From c35a8363d0cc58800892e8c3d8ae3177d371e502 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 17 Jul 2020 08:29:56 -0400 Subject: [PATCH 1/3] update test dependencies --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 714a5200..08b2fd7b 100644 --- a/pom.xml +++ b/pom.xml @@ -120,13 +120,13 @@ org.codehaus.plexus plexus-container-default - 1.7.1 + 2.1.0 provided org.apache.maven.plugin-testing maven-plugin-testing-harness - 2.1 + 3.1.0 test From 5dfd5fb0eaa6ee3e5c598eaece7567afadbbdc64 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 17 Jul 2020 08:32:52 -0400 Subject: [PATCH 2/3] commons-lang not used --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 08b2fd7b..b2d30024 100644 --- a/pom.xml +++ b/pom.xml @@ -90,12 +90,6 @@ commons-io 2.6 - - org.apache.commons - commons-lang3 - 3.8.1 - test - org.apache.commons commons-text From 66676cdea7c87611ef8f051e6f172b1a4ff094c7 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 17 Jul 2020 08:34:59 -0400 Subject: [PATCH 3/3] declare plexus --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b2d30024..c348c54c 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,12 @@ 2.1.0 provided + + org.codehaus.plexus + plexus-utils + 3.0.10 + provided + org.apache.maven.plugin-testing maven-plugin-testing-harness