From 148e710106aad5d86055d184db5ac7906e365c16 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Fri, 18 Oct 2024 14:54:49 +0200 Subject: [PATCH] chore(build): add JaCoCo and Spotless to plugin management --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3f08841..c13df48 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,6 @@ 3.5.0 10.18.2 4.8.6.4 - 8.4.3 0.8.12 4.0.0.4121 2.43.0 @@ -237,11 +236,21 @@ spotbugs-maven-plugin ${spotbugs-maven-plugin.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + org.sonarsource.scanner.maven sonar-maven-plugin ${sonar.version} + + com.diffplug.spotless + spotless-maven-plugin + ${spotless.version} + @@ -495,7 +504,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} prepare-agent