X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=66994086f795101904d23f640f73389feec600b1;hb=0c89ddec8156e2f44fe28c9d05fe06f548e9168e;hp=6fd5d5f9bd799a2037caa168b32e25c4abc00521;hpb=a126175808eeec80355deb8eb3f4ef7e85e84780;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 6fd5d5f..6699408 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,10 @@ 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 @@ -25,6 +26,10 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-data-mongodb + org.springframework.boot spring-boot-starter-validation @@ -61,6 +66,16 @@ awaitility test + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + test + + + org.assertj + assertj-core + test + @@ -101,6 +116,9 @@ + + maven-failsafe-plugin +