X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=e10af5e7ea432dce161ebf4a4b631f6e441c8f30;hb=fd45f7f9e3b3d7a312af9112cae79a0c40172316;hp=d460239e9621e676722963b7ce276c1d5c0d0681;hpb=009435373fa6adf7ec9e375ef71a545c8c8f010d;p=demos%2Fkafka%2Fchat diff --git a/pom.xml b/pom.xml index d460239e..e10af5e7 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,10 @@ org.springframework.boot spring-boot-starter-webflux - + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.boot spring-boot-devtools @@ -81,6 +84,11 @@ junit-jupiter test + + org.awaitility + awaitility + test + @@ -97,6 +105,9 @@ + + maven-failsafe-plugin +