From 43c0fccd5abb5e775d78804d87c0c2a6f6aeb016 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Thu, 27 Jun 2024 13:24:14 +0200 Subject: [PATCH] Fix compiler warning about annotations compiling with newer javac (#113) Signed-off-by: David Kornel --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 3b752f6..0a5202d 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ 4.7.3.4 3.3.0 + 3.13.0 3.3.0 3.1.1 3.1.0 @@ -218,6 +219,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compile.plugin.version} + + + -proc:full + + + com.github.spotbugs spotbugs-maven-plugin