X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=1d9425d1e9290dc0e8196f8f875cf33fb252c9d6;hb=8a56919f493faa0acc6eb939b9c78312a1418efa;hp=83f96cd7f2cf8527b03114b308e44e38eccd69c2;hpb=9856b2a34d6e2bda771b83d2825c1db8e2a6916f;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 83f96cd..1d9425d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ de.juplo.kafka.wordcount counter - 1.1.2 + 1.1.3 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