diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 62ad9980..83a190c6 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -68,7 +68,7 @@ under the License. org.codehaus.plexus plexus-archiver - 4.2.4 + 4.2.5 @@ -82,7 +82,7 @@ under the License. - jar + jar-no-fork diff --git a/maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml b/maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml deleted file mode 100644 index 915d02a7..00000000 --- a/maven-plugin-testing-harness/src/main/resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator - stub-evaluator - org.apache.maven.plugin.testing.StubResolverExpressionEvaluator - - - org.codehaus.plexus.PlexusContainer - container - - - - - org.apache.maven.artifact.Artifact - stub - org.apache.maven.plugin.testing.stubs.StubArtifact - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index ee20fdfb..e2fa417b 100644 --- a/pom.xml +++ b/pom.xml @@ -101,10 +101,6 @@ under the License. - - 3.1.1 - - maven-plugin-testing-harness @@ -134,7 +130,6 @@ under the License. 2.22.2 3.2.5 - 1.5.5 plugin-testing-archives/LATEST 7 2020-04-07T21:04:00Z @@ -174,17 +169,17 @@ under the License. ${mavenVersion} provided - + org.codehaus.plexus plexus-utils - 3.3.0 + 3.3.0 junit junit - 4.13.1 + 4.13.2 provided