X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=fc9e763394906d26adf7d3196e2001ad6858e7bd;hb=f9b0d9a71a85741983a451a51fdbd1c38632be87;hp=d5e287b16801c68a4bd9d0e433b867b99dfd1eca;hpb=09e409041e9ddceb6bee142ba4e509a7fe3525b1;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index d5e287b1..fc9e7633 100644 --- a/pom.xml +++ b/pom.xml @@ -1,65 +1,77 @@ - 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.0 + + + 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-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-devtools + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + pl.rzrz + assertj-reactor + ${assertj-reactor.version} + test + + + org.mockito + mockito-core + test + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + +