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