X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=d564d7b03912711dffb6b6d23f728aeba4e70099;hb=99654a4a3895f410415a29e2229a011ea307cff8;hp=6d039eb2c6b02a11ab0ab2eabf5d310cab903187;hpb=7a41d0ba78a49b271962549015c1f867d7055030;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 6d039eb..d564d7b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,24 +7,25 @@ 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 print the topic + Supersimple Consumer-Group + Most minimal Consumer-Group ever! + + + 11 + org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-validation - org.springframework.boot spring-boot-starter-actuator @@ -35,8 +36,8 @@ true - org.apache.kafka - kafka-clients + org.springframework.kafka + spring-kafka org.projectlombok @@ -47,6 +48,21 @@ spring-boot-starter-test test + + org.springframework.kafka + spring-kafka-test + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + @@ -54,6 +70,17 @@ org.springframework.boot spring-boot-maven-plugin + + + + build-info + + + + + + pl.project13.maven + git-commit-id-plugin io.fabric8 @@ -76,6 +103,9 @@ + + maven-failsafe-plugin +