From dda9e1480f4f51120f619dfd302ed0d10807dfa5 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 17 Jul 2020 09:44:24 -0400 Subject: [PATCH] [MSHARED-904] update test dependencies for Maven 3.1 (#57) * update test dependencies * commons-lang not used * declare plexus --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 714a5200..c348c54c 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 @@ -120,13 +114,19 @@ org.codehaus.plexus plexus-container-default - 1.7.1 + 2.1.0 + provided + + + org.codehaus.plexus + plexus-utils + 3.0.10 provided org.apache.maven.plugin-testing maven-plugin-testing-harness - 2.1 + 3.1.0 test