X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=23fcec3f9712c367e6f19575b7e27ae6877cfc4c;hb=ff5cb6e6847dd8d3caa810d5e4b50160dbe168ac;hp=e10af5e7ea432dce161ebf4a4b631f6e441c8f30;hpb=27786d9cd175fe2e0b992e36c2e96e6ab9b706c5;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index e10af5e7..23fcec3f 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,14 @@ org.springframework.boot spring-boot-starter-data-mongodb + + org.apache.kafka + kafka-clients + + + org.springframework.kafka + spring-kafka + org.springframework.boot spring-boot-starter-test @@ -89,6 +97,11 @@ awaitility test + + org.springframework.kafka + spring-kafka-test + test + @@ -108,6 +121,27 @@ maven-failsafe-plugin + + io.fabric8 + docker-maven-plugin + 0.33.0 + + + + juplo/%a:%v + + + + + + build + package + + build + + + +