X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=17d3cba3a6a930ed704b877c4233fa2ceb50d464;hb=c4cf0feba4bc73d2c8ec23c2a83da609c99a3f9d;hp=dd282c54bc6ba7f9987a4b901e038dd7c58af32f;hpb=0aa4a1863bf9ee5d345c652f47f350f82d73e4aa;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index dd282c5..17d3cba 100644 --- a/pom.xml +++ b/pom.xml @@ -12,10 +12,14 @@ de.juplo.kafka - sum + sumup-adder-json 1.0-SNAPSHOT - Sum - Calculates the sum of all natuarl numbers up to the given natural number + SumUp Adder + Calculates the sum for the send messages. This version consumes JSON-messages. + + + 11 + @@ -40,8 +44,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -112,6 +116,9 @@ + + maven-failsafe-plugin +