X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=d2016394c9c740639732919d1b3c3a13e04dcff4;hb=refs%2Fheads%2Fsplitter-spring-integration-xml;hp=edcedf56f0e0380ffef79549330cb75f78b49efb;hpb=c5700c2117f6c445278f272572c8b5732bf53bbf;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index edcedf5..d201639 100644 --- a/pom.xml +++ b/pom.xml @@ -5,18 +5,17 @@ org.springframework.boot spring-boot-starter-parent - 2.5.4 + 2.7.1 de.juplo.kafka.wordcount - recorder - 1.0.1 - Wordcount-Recorder - Recorder-service of the multi-user wordcount-example + splitter + 1.0.0-spring-integration + Wordcount-Splitter + A version of the stream-processor for the multi-user wordcount-example, that splits the sentences up into single words and is implemented based on Spring Integration 0.33.0 11 - 2.8.0 @@ -28,8 +27,8 @@ spring-boot-starter-web - org.apache.kafka - kafka-clients + org.springframework.integration + spring-integration-kafka org.hibernate.validator @@ -57,6 +56,21 @@ spring-boot-starter-test test + + org.springframework.kafka + spring-kafka-test + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test +