X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=4018e22ed5ffe38493b7497b03cb6ea1a20fa039;hb=5a5616b76c58e030a0529426d281548bdf1d835f;hp=54df55f4056964134aef2a9bb75c317caf030390;hpb=3bc3ef7ceb76e7643e1e373293cfdc78f870838a;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 54df55f..4018e22 100644 --- a/pom.xml +++ b/pom.xml @@ -5,18 +5,16 @@ org.springframework.boot spring-boot-starter-parent - 2.5.4 + 3.0.2 de.juplo.kafka.wordcount splitter - 1.0.0 + 1.1.1 Wordcount-Splitter Stream-processor of the multi-user wordcount-example, that splits the sentences up into single words 0.33.0 - 11 - 2.8.0 @@ -31,6 +29,10 @@ org.apache.kafka kafka-streams + + org.springframework.kafka + spring-kafka + org.springframework.boot @@ -48,11 +50,27 @@ 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 +