X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=d2016394c9c740639732919d1b3c3a13e04dcff4;hb=refs%2Fheads%2Fsplitter-spring-integration-xml;hp=f41386491a14eff4eaf976a00b18c9fa43367921;hpb=723ec6bbc03aaa4f552fd3a27986c120ea46fccf;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index f413864..d201639 100644 --- a/pom.xml +++ b/pom.xml @@ -10,9 +10,9 @@ de.juplo.kafka.wordcount splitter - 1.0.0-vanilla-kafka + 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, that is implemented in Vanilla-Kafka (without Kafka Streams) + 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 @@ -27,8 +27,8 @@ spring-boot-starter-web - org.apache.kafka - kafka-clients + org.springframework.integration + spring-integration-kafka org.hibernate.validator @@ -61,6 +61,16 @@ spring-kafka-test test + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test +