X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=18736fb5bc041b88b75291ac2dc5a27a9e159df5;hb=e1bd976486d1d1a087567a6c6081637d48706f44;hp=97c8f2d9d94a2043d0955a32181d41659be55ba7;hpb=0ce7fc1d4688f5ebf04a82124265df741cef6dd3;p=demos%2Fkafka%2Fdeduplication diff --git a/pom.xml b/pom.xml index 97c8f2d..18736fb 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,11 @@ org.springframework.boot - spring-boot-starter + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator org.apache.kafka @@ -37,6 +41,11 @@ spring-boot-starter-test test + + org.apache.kafka + kafka-streams-test-utils + test + @@ -46,6 +55,10 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-failsafe-plugin +