From bd95c1daebcfa7f67cd4c01ac2df27446ee37175 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 23 Feb 2011 00:53:56 +0100 Subject: [PATCH] declare some dependencies to prevent transitive stuff surprise --- maven-plugin/pom.xml | 11 +++++++++++ pom.xml | 10 +++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index c3fce78fd3..80ba4decab 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -127,6 +127,17 @@ THE SOFTWARE. + + + org.sonatype.sisu + sisu-inject-plexus + + + + org.sonatype.sisu + sisu-inject-bean + + org.apache.maven.wagon wagon-http-lightweight diff --git a/pom.xml b/pom.xml index ace6c28b01..513214b308 100644 --- a/pom.xml +++ b/pom.xml @@ -349,8 +349,15 @@ THE SOFTWARE. org.sonatype.sisu sisu-inject-plexus - 1.4.3.1 + ${sisuInjectVersion} + + + org.sonatype.sisu + sisu-inject-bean + ${sisuInjectVersion} + + org.codehaus.plexus plexus-classworlds @@ -380,6 +387,7 @@ THE SOFTWARE. 3.0.2 ${mavenVersion} 1.9 + 1.4.3.1 1.0-beta-7 -- GitLab