X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=43a63c78c3925640bf7942b40de17962d91791ff;hb=caed9441a9303af071a572405ae4a665d60faae7;hp=701704d1bb6fc982a4c1e45bc57e69b4fcb13b62;hpb=e53004f3133b737699e995a3b18fff28203a0e8c;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 701704d..43a63c7 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,14 @@ de.juplo.kafka - endless-consumer + sumup-adder 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 + SumUp Adder + Calculates the sum for the send messages + + + 11 + @@ -39,8 +44,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -66,6 +71,11 @@ de.flapdoodle.embed.mongo test + + org.assertj + assertj-core + test + @@ -106,6 +116,9 @@ + + maven-failsafe-plugin +