X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=13a0e7c6f41399110a51bb6568ffc7a8bd98f671;hb=7c8a7f4d0578077976a8b0ad328fa56fdf2d5a9e;hp=e10af5e7ea432dce161ebf4a4b631f6e441c8f30;hpb=27786d9cd175fe2e0b992e36c2e96e6ab9b706c5;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index e10af5e7..13a0e7c6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.1 + 3.2.2 de.juplo.kafka @@ -16,19 +16,7 @@ 17 1.0.8 - 4.7.2 - - - - org.testcontainers - testcontainers-bom - 1.17.6 - pom - import - - - org.springframework.boot @@ -56,13 +44,26 @@ org.springframework.boot - spring-boot-starter-data-mongodb + spring-boot-starter-data-mongodb-reactive + + + org.apache.kafka + kafka-clients + + + org.springframework.kafka + spring-kafka org.springframework.boot spring-boot-starter-test test + + org.springframework.boot + spring-boot-testcontainers + test + pl.rzrz assertj-reactor @@ -76,7 +77,12 @@ org.testcontainers - testcontainers + mongodb + test + + + org.testcontainers + kafka test @@ -89,6 +95,11 @@ awaitility test + + org.springframework.kafka + spring-kafka-test + test + @@ -108,6 +119,27 @@ maven-failsafe-plugin + + io.fabric8 + docker-maven-plugin + 0.33.0 + + + + juplo/%a:%v + + + + + + build + package + + build + + + +