X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=a252d1c7f8320b415f299b440e5146a472ccecce;hb=e54f6036fecc54ea37001dae5f64d88502acfbe1;hp=0889d23242ca232187b917041b23b79dfbc8d095;hpb=c032639acf2861b9039dc08e98bb7d9d1f59b086;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 0889d23..a252d1c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,15 +12,24 @@ de.juplo.kafka - endless-consumer + sumup-adder-springified 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. This version consumes JSON-messages. + + + 11 + org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-data-mongodb + org.springframework.boot spring-boot-starter-validation @@ -34,10 +43,6 @@ spring-boot-configuration-processor true - - org.apache.kafka - kafka-clients - org.springframework.kafka spring-kafka @@ -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 +