X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=bc748b56b8596bcbefaa04334b4d84950c823304;hb=refs%2Fheads%2Fcheckbox;hp=fa19ce05be0a634c662bdbb46d22f72f73ca8e42;hpb=954a1f4b2a511cd4c5e51bfbda06c2d831fca4fd;p=demos%2Fspring-boot diff --git a/pom.xml b/pom.xml index fa19ce0..bc748b5 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,8 @@ 1.8 + 1.18.22 + 1.12.4 @@ -26,6 +28,11 @@ org.springframework.boot spring-boot-starter-webflux + + org.projectlombok + lombok + provided + org.springframework.boot @@ -43,6 +50,17 @@ reactor-test test + + org.seleniumhq.selenium + selenium-remote-driver + test + + + org.testcontainers + selenium + ${testcontainers.version} + test + org.springframework.boot @@ -57,6 +75,10 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-failsafe-plugin +