X-Git-Url: https://juplo.de/gitweb/?p=demos%2Fkafka%2Fdeduplication;a=blobdiff_plain;f=pom.xml;h=3c757557569548163436492a83b3824ce5896ee8;hp=6be4c4b51e16cf61f51836c2828e5e7088a620f2;hb=150907d53cc99a98f4c888eacff892380ffd0feb;hpb=5bb3d2908ccfe091084aa8a0a8b1282fb19fb3e1 diff --git a/pom.xml b/pom.xml index 6be4c4b..3c75755 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,11 @@ org.springframework.boot - spring-boot-starter + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator org.apache.kafka @@ -33,6 +37,11 @@ spring-boot-starter-test test + + org.apache.kafka + kafka-streams-test-utils + test + @@ -42,6 +51,10 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-failsafe-plugin +