X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;fp=pom.xml;h=abe3a67f56ec0ff9f274ece42368821f310f92ac;hb=cbabb637d0332ef3d8c67faf63e6e6897a69977f;hp=8c1ea6f09dfa1e1c93ff7f89bf236ab62d6ad8ae;hpb=e8eee1b8a20b4aeadcb5384dd8473bc8a543a259;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 8c1ea6f..abe3a67 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ de.juplo.kafka.wordcount splitter - 1.0.1 + 1.1.0 Wordcount-Splitter Stream-processor of the multi-user wordcount-example, that splits the sentences up into single words @@ -29,6 +29,10 @@ org.apache.kafka kafka-streams + + org.springframework.kafka + spring-kafka + org.springframework.boot @@ -46,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 +