X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=e10af5e7ea432dce161ebf4a4b631f6e441c8f30;hb=e70011c8379dfc67d359947ebb88c067801317da;hp=22d1810bc18fbf4cae50150971d44d4fe8a0f01b;hpb=974327a0e3a970af36e3ace4a8fb17d8a800b4a3;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index 22d1810b..e10af5e7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,23 +5,39 @@ org.springframework.boot spring-boot-starter-parent - 3.0.0 + 3.0.1 de.juplo.kafka - chatroom + chat-backend 0.0.1-SNAPSHOT Chatroom Service - Simplified Chatroom-Service, that needs state on the server + 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,41 @@ lombok true + + org.springframework.boot + spring-boot-starter-data-mongodb + 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 +105,9 @@ + + maven-failsafe-plugin +