From b6cc9e4d859fcea72fc245c9488778fa830043f0 Mon Sep 17 00:00:00 2001 From: Vincent Siveton Date: Sat, 1 Mar 2008 15:43:53 +0000 Subject: [PATCH] o added undeclared dependencies git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@632602 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-testing-harness/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 22f46c6..f962e70 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -44,6 +44,26 @@ maven-core 2.0 + + org.apache.maven + maven-model + 2.0 + + + org.apache.maven + maven-artifact + 2.0 + + + org.apache.maven + maven-artifact-manager + 2.0 + + + org.apache.maven + maven-plugin-api + 2.0 +