X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=80ffa1b1efaaef5465876d1344f6bb6f595dbb90;hb=d265af0ab6c6a04b688bfdfb2557638c07b4e419;hp=898fc548ce924f5f0e5c0cda3c47d2658f27318a;hpb=b1623c2b645c614424ceec3bc71008c900d82115;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 898fc54..80ffa1b 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 - counter - 1.0.1 - Wordcount-Counter - Word-counting stream-processor of the multi-user wordcount-example + splitter + 1.1.2 + 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 +