X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=2819be4554d8336b95dbc4bae21a877da97e6c60;hb=5df111ec5b6442114b90cc2f1ad45ae73a66e69b;hp=29454358ba371a81333b47b517c68787eadb91cb;hpb=9fcc6e35b9f7a9c522bc3942c956e80dfd572211;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index 29454358..2819be45 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1 de.juplo.kafka @@ -15,13 +15,29 @@ Simplified Chat-Service, that needs state on the server 17 + 1.0.8 + 4.7.2 + + + + org.testcontainers + testcontainers-bom + 1.17.6 + pom + import + + + org.springframework.boot spring-boot-starter-webflux - + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot spring-boot-devtools @@ -38,11 +54,45 @@ lombok true + + org.springframework.boot + spring-boot-starter-data-mongodb + + + org.apache.kafka + kafka-clients + org.springframework.boot spring-boot-starter-test test + + pl.rzrz + assertj-reactor + ${assertj-reactor.version} + test + + + org.mockito + mockito-core + test + + + org.testcontainers + testcontainers + test + + + org.testcontainers + junit-jupiter + test + + + org.awaitility + awaitility + test + @@ -59,6 +109,30 @@ + + maven-failsafe-plugin + + + io.fabric8 + docker-maven-plugin + 0.33.0 + + + + juplo/%a:%v + + + + + + build + package + + build + + + +