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