From c56f8a33ecfa7f82996ee4f2185e24dba1a07235 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Mon, 11 Dec 2023 23:24:28 +0100 Subject: [PATCH] Update the annotation processing compiler options for laster JDKs. --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 14489ec0..63f8b1ea 100644 --- a/pom.xml +++ b/pom.xml @@ -222,6 +222,27 @@ ${jdk.release.version} + + test-compile + test-compile + + testCompile + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + org.jboss.logging + jboss-logging + ${version.jboss-logging} + + + +