From 6449a8543627ee0471078d515bc79ae8e8cb3e3c Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Wed, 22 Oct 2025 23:34:23 +0200 Subject: [PATCH] Cleanups dependencies - remove unneeded dependencies - make maven-compat, plexus-archiver optional - not used in JUnit 5 --- maven-plugin-testing-harness/pom.xml | 32 ++++++++-------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index fc36aea..cad8679 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -61,6 +61,13 @@ under the License. ${mavenVersion} provided + + javax.inject + javax.inject + 1 + provided + + org.apache.maven maven-resolver-provider @@ -73,18 +80,6 @@ under the License. ${wagonVersion} provided - - org.apache.maven.wagon - wagon-file - ${wagonVersion} - provided - - - org.apache.maven.wagon - wagon-http - ${wagonVersion} - provided - - com.google.guava - guava - 33.5.0-jre - junit junit