From bd033f972ca9d345e0f9ba3577290a5b12cbd3a1 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 8 Sep 2022 22:03:36 +0200 Subject: [PATCH] [MSHARED-1131] Upgrade Parent to 37 and cleanup - use surefire version from parent - commons-io in test scope - remove unused maven-plugin-api - bump mockito-core to 4.8.0 - use fluido skin verson from parent --- pom.xml | 22 ++++++++-------------- src/site/site.xml | 6 ------ 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 18715c8..205191c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ maven-shared-components org.apache.maven.shared - 36 + 37 @@ -58,7 +58,6 @@ 3.2.5 8 1.6.3 - 2.22.2 MethodLength 2022-07-17T16:57:02Z @@ -88,17 +87,6 @@ ${maven.version} provided - - org.apache.maven - maven-plugin-api - ${maven.version} - provided - - - commons-io - commons-io - 2.11.0 - org.apache.maven.resolver maven-resolver-api @@ -112,6 +100,12 @@ provided + + commons-io + commons-io + 2.11.0 + test + junit junit @@ -121,7 +115,7 @@ org.mockito mockito-core - 4.5.1 + 4.8.0 test diff --git a/src/site/site.xml b/src/site/site.xml index 1e3ab0b..6bfefbc 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,12 +22,6 @@ under the License. - - org.apache.maven.skins - maven-fluido-skin - 1.9 - -