X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=17d3cba3a6a930ed704b877c4233fa2ceb50d464;hb=b14b81051d1ada30098364f42b4939979a83aed1;hp=21466ec01978da280607f95a906c12e816cc9666;hpb=a14a1d5222b18506311cb8fe7c59dfe0f5458cf3;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 21466ec..17d3cba 100644 --- a/pom.xml +++ b/pom.xml @@ -7,20 +7,29 @@ org.springframework.boot spring-boot-starter-parent - 2.6.5 + 2.7.2 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 +