X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=pom.xml;h=bc748b56b8596bcbefaa04334b4d84950c823304;hb=refs%2Fheads%2Fcheckbox;hp=861ba15d8fbcea70cda55d629aa2a52ac28a9f93;hpb=14bb7bd1253dbc5d210515f7512636f7bc1d3eb3;p=demos%2Fspring-boot diff --git a/pom.xml b/pom.xml index 861ba15..bc748b5 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,14 @@ de.juplo.demos - TEMPLATE + checkbox 0.0.1-SNAPSHOT - Demo: TEMPLATE + Demo: Behavior Of A Checkbox 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 +