X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=17d3cba3a6a930ed704b877c4233fa2ceb50d464;hb=b14b81051d1ada30098364f42b4939979a83aed1;hp=0889d23242ca232187b917041b23b79dfbc8d095;hpb=536c9c5320e52101bda5e1931bc84c5e0e0137f2;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 0889d23..17d3cba 100644 --- a/pom.xml +++ b/pom.xml @@ -12,15 +12,24 @@ de.juplo.kafka - endless-consumer + sumup-adder-json 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 +