X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pom.xml;h=11656857b15e4d074097b8ffb9398bcaee4807f0;hb=37b47d423e4d0c88e00fc2787f2ac88fac4c17ec;hp=b7c8a2063ce60295785f720aa5af2455d5c7f7d7;hpb=4c4eaa9bf0d40ca631ac78d3a51c36cfcda4fe6f;p=demos%2Fkafka%2Ftraining diff --git a/pom.xml b/pom.xml index b7c8a20..1165685 100644 --- a/pom.xml +++ b/pom.xml @@ -12,22 +12,50 @@ de.juplo.kafka - simple-consumer - Super Simple Consumer-Group + spring-consumer-json + Spring Consumer + Super Simple Consumer-Group, that is implemented as Spring-Boot application and configured by Spring Kafka 1.0-SNAPSHOT + + 11 + + - org.apache.kafka - kafka-clients + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.springframework.kafka + spring-kafka org.projectlombok lombok - ch.qos.logback - logback-classic + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.kafka + spring-kafka-test + test @@ -38,34 +66,16 @@ git-commit-id-plugin - org.apache.maven.plugins - maven-dependency-plugin + org.springframework.boot + spring-boot-maven-plugin - copy-dependencies - package - copy-dependencies + build-info - - ${project.build.directory}/libs - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - libs/ - de.juplo.kafka.SimpleConsumer - - - - io.fabric8 docker-maven-plugin @@ -87,8 +97,10 @@ + + maven-failsafe-plugin + -