X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=933bbb812dd9e00d18dfc553c3d2cd2683878887;hb=87d09f33a295209d78fc016801b1f6e39ff1e29a;hp=97c8f2d9d94a2043d0955a32181d41659be55ba7;hpb=0ce7fc1d4688f5ebf04a82124265df741cef6dd3;p=demos%2Fkafka%2Fdeduplication diff --git a/pom.xml b/pom.xml index 97c8f2d..933bbb8 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ org.springframework.boot spring-boot-starter-parent - 2.3.4.RELEASE + 3.2.5 de.juplo.demo.kafka streams-deduplicator - 1.0-SNAPSHOT + 1.0.2-SNAPSHOT Streams-Deduplicator Deduplicator based on Kafka-Streams @@ -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 +