X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=9f6db2082163dbebcd011ee719af2097775cdb2b;hb=ed777a6fb33ffc8b2cdb6cf7df9cce51c39d44da;hp=b5b0e81a3b06f7914add8b8644acb6c4ffd8b2c0;hpb=ff98b068a91fc9e60e51bd4a95065633bb8ed2db;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index b5b0e81a..9f6db208 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.1 + 3.2.2 de.juplo.kafka @@ -16,19 +16,7 @@ 17 1.0.8 - 4.7.2 - - - - org.testcontainers - testcontainers-bom - 1.17.6 - pom - import - - - org.springframework.boot @@ -62,11 +50,20 @@ org.apache.kafka kafka-clients + + org.springframework.kafka + spring-kafka + org.springframework.boot spring-boot-starter-test test + + org.springframework.boot + spring-boot-testcontainers + test + pl.rzrz assertj-reactor @@ -80,7 +77,7 @@ org.testcontainers - testcontainers + mongodb test @@ -93,6 +90,11 @@ awaitility test + + org.springframework.kafka + spring-kafka-test + test + @@ -112,6 +114,27 @@ maven-failsafe-plugin + + io.fabric8 + docker-maven-plugin + 0.33.0 + + + + juplo/%a:%v + + + + + + build + package + + build + + + +