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