X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=2819be4554d8336b95dbc4bae21a877da97e6c60;hb=5df111ec5b6442114b90cc2f1ad45ae73a66e69b;hp=d5e287b16801c68a4bd9d0e433b867b99dfd1eca;hpb=09e409041e9ddceb6bee142ba4e509a7fe3525b1;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index d5e287b1..2819be45 100644 --- a/pom.xml +++ b/pom.xml @@ -1,65 +1,139 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.0.0 - - - de.juplo.kafka - chatroom - 0.0.1-SNAPSHOT - Chatroom Service - Simplified Chatroom-Service, that needs state on the server - - 17 - - - - org.springframework.boot - spring-boot-starter-web - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.0.1 + + + de.juplo.kafka + chat-backend + 0.0.1-SNAPSHOT + Chatroom Service + 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 + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + 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 + + - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + maven-failsafe-plugin + + + io.fabric8 + docker-maven-plugin + 0.33.0 + + + + juplo/%a:%v + + + + + + build + package + + build + + + + + +