X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=d460239e9621e676722963b7ce276c1d5c0d0681;hb=009435373fa6adf7ec9e375ef71a545c8c8f010d;hp=98ef4afd7c1be80d4d3d8ed0991f33f2c60b87fc;hpb=c9b6436008af42b013eae96db44d1d568b2ec9fa;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index 98ef4afd..d460239e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,21 +5,34 @@ 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-web + spring-boot-starter-webflux @@ -38,11 +51,36 @@ 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 +