X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=1938fd9c3b627809117da28fa6755f824fd60f24;hb=0e63376a3cfc8ecabdc4699e9307f6a51415cb09;hp=6dfd615938a1bad0363cc9d19618343ab690d6b7;hpb=5b426263adb46e835333b127c1755c0a23035ece;p=demos%2Fkafka%2Fwordcount diff --git a/pom.xml b/pom.xml index 6dfd615..1938fd9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,15 +5,16 @@ org.springframework.boot spring-boot-starter-parent - 2.5.4 + 2.7.1 de.juplo.kafka.wordcount - recorder - 0.0.1-SNAPSHOT - Wordcount-Recorder - Recorder-service of the multi-user wordcount-example + splitter + 1.0.0-vanilla-kafka + 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) + 0.33.0 11 @@ -25,6 +26,14 @@ org.springframework.boot spring-boot-starter-web + + org.apache.kafka + kafka-clients + + + org.hibernate.validator + hibernate-validator + org.springframework.boot @@ -47,6 +56,26 @@ spring-boot-starter-test test + + org.springframework.kafka + spring-kafka + test + + + org.springframework.kafka + spring-kafka-test + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + @@ -63,6 +92,18 @@ + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + + + + juplo/wordcount--%a:%v + + + +