From acc4532ff42204d5fb1e52b582a6680edfdcb319 Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 5 Mar 2024 09:49:19 +0100 Subject: [PATCH] fixed let_reporting --- pom.xml | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 4fca0c4e..dc78ca0a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,8 +79,8 @@ org.apache.maven.plugins maven-compiler-plugin - ${java.version} - ${java.version} + UTF-8 + ${java.version} @@ -89,6 +89,9 @@ maven-surefire-plugin UTF-8 + + UTF-8 + @@ -119,27 +122,6 @@ - com.github.spotbugs spotbugs-maven-plugin @@ -163,7 +145,7 @@ org.jacoco jacoco-maven-plugin - 0.8.3 + 0.8.7 prepare-agent @@ -189,6 +171,13 @@ + + + org.glassfish.jaxb + jaxb-runtime + 2.4.0-b180830.0438 + +