X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=a1d3b1052950bcaac06efb20ac73ab144415f0a5;hb=refs%2Ftags%2Fspring%2Fsupersimple-consumer---2023-10-signal;hp=21466ec01978da280607f95a906c12e816cc9666;hpb=d2f482e5eb951e725f4193f97d979330e91c930e;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 21466ec..a1d3b10 100644 --- a/pom.xml +++ b/pom.xml @@ -7,24 +7,29 @@ org.springframework.boot spring-boot-starter-parent - 2.6.5 + 2.7.2 de.juplo.kafka - endless-consumer + supersimple-consumer 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 + Supersimple Consumer-Group + Most minimal Consumer-Group ever! + + + 11 + + + + 17 + org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-validation - org.springframework.boot spring-boot-starter-actuator @@ -34,10 +39,6 @@ spring-boot-configuration-processor true - - org.apache.kafka - kafka-clients - org.springframework.kafka spring-kafka @@ -61,6 +62,11 @@ awaitility test + + org.assertj + assertj-core + test + @@ -76,10 +82,6 @@ - - pl.project13.maven - git-commit-id-plugin - io.fabric8 docker-maven-plugin @@ -101,6 +103,9 @@ + + maven-failsafe-plugin +