X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=9935ed886f1d58896b4b8608de655d33b7d4ea34;hb=f324379723b2f3d681230f571f82bfbb0d53cb75;hp=701704d1bb6fc982a4c1e45bc57e69b4fcb13b62;hpb=e53004f3133b737699e995a3b18fff28203a0e8c;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 701704d..9935ed8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,19 +12,20 @@ de.juplo.kafka - endless-consumer + spring-consumer 1.0-SNAPSHOT - Endless Consumer: a Simple Consumer-Group that reads and prints the topic and counts the received messages for each key by topic + 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 @@ -39,8 +40,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -66,6 +67,11 @@ de.flapdoodle.embed.mongo test + + org.assertj + assertj-core + test + @@ -106,6 +112,9 @@ + + maven-failsafe-plugin +