From a6e1dc6980d2b19bfd4c5aa22f5fe73afb01e91e Mon Sep 17 00:00:00 2001 From: aimansharief Date: Thu, 17 Oct 2024 11:47:51 +0530 Subject: [PATCH] Issue #SBCOSS-211 : Added maven-compiler-plugin so that it uses the correct release version for each Java version dynamically --- java/claim/pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/java/claim/pom.xml b/java/claim/pom.xml index 27e5572d1..a0bc11dca 100644 --- a/java/claim/pom.xml +++ b/java/claim/pom.xml @@ -85,5 +85,22 @@ ${slf4j-api.version} - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + 11 + 11 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + +