From a738e6f4f06eba311821223bdae31a6e177e8c1c Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 26 Jun 2024 07:31:11 +0200 Subject: [PATCH] Use pluginManagement section, remove unknown scope usage --- pom.xml | 51 +++++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/pom.xml b/pom.xml index 47decf5..0f96e15 100644 --- a/pom.xml +++ b/pom.xml @@ -185,33 +185,36 @@ ${junitVersion} test - - - org.apache.maven.plugin-tools - maven-plugin-annotations - none - - - - com.diffplug.spotless - spotless-maven-plugin - - - - src/**/*.java - - - - - **/pom.xml - - - - - + + + + com.diffplug.spotless + spotless-maven-plugin + + + + src/**/*.java + + + + + **/pom.xml + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + +