X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=04fe374791de75fea9febaafd9e10a5f6b4ded84;hb=98af3de73da945dd7163ff74b7d30d234cd39d40;hp=d5e287b16801c68a4bd9d0e433b867b99dfd1eca;hpb=09e409041e9ddceb6bee142ba4e509a7fe3525b1;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index d5e287b1..04fe3747 100644 --- a/pom.xml +++ b/pom.xml @@ -1,65 +1,136 @@ - 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.2.2 + + + de.juplo.kafka + chat-backend + 0.0.1-SNAPSHOT + Chatroom Service + Simplified Chat-Service, that needs state on the server + + 17 + 1.0.8 + + + + 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.kafka + spring-kafka + + + 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.kafka + spring-kafka-test + 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 + + + + + +