X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=3c5e9eb67782d2503f69c66507af0c9029f4b470;hb=1b1ac5bca62f07dae4188a5797a36b0fbe72058d;hp=83f96cd7f2cf8527b03114b308e44e38eccd69c2;hpb=9856b2a34d6e2bda771b83d2825c1db8e2a6916f;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 83f96cd..3c5e9eb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot spring-boot-starter-parent - 3.0.2 + 3.2.5 de.juplo.kafka.wordcount counter - 1.1.2 + 1.2.14 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