X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=21466ec01978da280607f95a906c12e816cc9666;hb=5966e3b824a0303b02fd59c693ae35c3ededa111;hp=3467bc795e92d3707bcb5749bbe7d26223554c8a;hpb=e98a45a0f82e0197d4ec9178f3ae88bb52dff821;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 3467bc7..21466ec 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ de.juplo.kafka - counting-consumer + endless-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 @@ -21,6 +21,10 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-actuator @@ -34,6 +38,10 @@ org.apache.kafka kafka-clients + + org.springframework.kafka + spring-kafka + org.projectlombok lombok @@ -43,6 +51,16 @@ spring-boot-starter-test test + + org.springframework.kafka + spring-kafka-test + test + + + org.awaitility + awaitility + test + @@ -50,6 +68,17 @@ org.springframework.boot spring-boot-maven-plugin + + + + build-info + + + + + + pl.project13.maven + git-commit-id-plugin io.fabric8