X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=9935ed886f1d58896b4b8608de655d33b7d4ea34;hb=f324379723b2f3d681230f571f82bfbb0d53cb75;hp=fe06959478dacd24893989f52f70d284f110c4b4;hpb=a6a0a22a5fa34a01b0e8b2bc1e0e2b82d7b60f33;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index fe06959..9935ed8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,20 +12,20 @@ de.juplo.kafka - wordcount + spring-consumer 1.0-SNAPSHOT - Wordcount - Splits the incomming sentences into words and counts the words per user. + Spring Consumer + Super Simple Consumer-Group, that is configured by Spring Kafka + + + 11 + org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-data-mongodb - org.springframework.boot spring-boot-starter-validation @@ -40,8 +40,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -67,6 +67,11 @@ de.flapdoodle.embed.mongo test + + org.assertj + assertj-core + test + @@ -107,6 +112,9 @@ + + maven-failsafe-plugin +