X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=0d0ad53a5c54ad360a8b93a345d3022dd9691094;hb=635da7176b0c9f87e05bbdc433764e8b8ee6c8d3;hp=267e0358e79c729b5cf151a02691301518521222;hpb=91fd1b3b5e55e78709934e44c42f32419dfb9ba8;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index 267e035..0d0ad53 100644 --- a/pom.xml +++ b/pom.xml @@ -7,13 +7,14 @@ org.springframework.boot spring-boot-starter-parent - 2.6.5 + 2.7.1 de.juplo.kafka - endless-producer - Endless Producer: a Simple Producer that endlessly writes numbers into a topic + springified-producer + Springified REST Producer + A Simple Producer that is implemented with the help of Spring Kafka and takes messages via POST and confirms successs 1.0-SNAPSHOT @@ -31,8 +32,16 @@ true - org.apache.kafka - kafka-clients + org.springframework.boot + spring-boot-starter-integration + + + org.springframework.integration + spring-integration-stream + + + org.springframework.integration + spring-integration-kafka org.projectlombok @@ -43,6 +52,21 @@ spring-boot-starter-test test + + org.springframework.integration + spring-integration-test + test + + + org.springframework.kafka + spring-kafka-test + test + + + org.awaitility + awaitility + test + @@ -50,6 +74,17 @@ org.springframework.boot spring-boot-maven-plugin + + + + build-info + + + + + + pl.project13.maven + git-commit-id-plugin io.fabric8