From 1089b54c3f1dff05c75351bf985a55c5856bf82e Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Sun, 28 Dec 2014 18:28:50 +0000 Subject: [PATCH] Fix dependencies. tests-classified jars depend on junit, which was pulled in by old QDox versions. This makes the project valid again, although I'd prefer NOT to depend on tests-classified jars. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648240 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/it/annotation-with-inheritance-from-deps/pom.xml | 7 +++++++ .../src/it/annotation-with-inheritance-reactor/pom.xml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml index cabfbef..8733f4f 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml @@ -62,6 +62,13 @@ under the License. @project.version@ tests + + + junit + junit + 3.8.2 + + org.codehaus.plexus plexus-compiler-manager diff --git a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml index c641805..d9c511c 100644 --- a/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml +++ b/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml @@ -50,6 +50,13 @@ under the License. @project.version@ tests + + + junit + junit + 3.8.2 + + org.apache.maven maven-project