From 061bf44c701319060b0be507287e36c39eed69f0 Mon Sep 17 00:00:00 2001 From: Paulo Borges Date: Wed, 22 Oct 2025 15:04:15 +0100 Subject: [PATCH] Add Compatibility with Java 23+ annotationProcessorPaths is the recommended way to ensure annotation processing functions correctly with newer Java versions. --- pom.xml | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) 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