X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=ccdd0fcae6afd17015ca03a8170a7184088ba84a;hb=c2d06f0efd9e09a9df1c4c536d54ad969cf456eb;hp=83f96cd7f2cf8527b03114b308e44e38eccd69c2;hpb=9856b2a34d6e2bda771b83d2825c1db8e2a6916f;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 83f96cd..ccdd0fc 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ de.juplo.kafka.wordcount counter - 1.1.2 + 1.2.0 Wordcount-Counter Word-counting stream-processor of the multi-user wordcount-example @@ -29,6 +29,10 @@ org.apache.kafka kafka-streams + + org.springframework.kafka + spring-kafka + org.springframework.boot @@ -46,15 +50,34 @@ lombok true + org.springframework.boot spring-boot-starter-test test + + org.springframework.kafka + spring-kafka-test + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + maven-failsafe-plugin + org.springframework.boot spring-boot-maven-plugin