diff --git a/pom.xml b/pom.xml index a304c3e..769749c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 me.bramar.undetectedselenium @@ -10,9 +10,10 @@ 17 17 + 1.18.42 - + org.seleniumhq.selenium @@ -22,7 +23,7 @@ org.projectlombok lombok - 1.18.26 + ${lombok.version} com.google.code.gson @@ -35,4 +36,31 @@ 2.0.10 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + true + true + true + lines,vars,source + + -Xlint:all + + + + + org.projectlombok + lombok + ${lombok.version} + + + + + + \ No newline at end of file