2010-12-03 14:38:46 +00:00
|
|
|
From 5a04c433c126ae0945bb4a18d708cfc7dc5df29e Mon Sep 17 00:00:00 2001
|
|
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
|
|
|
Date: Tue, 12 Oct 2010 16:56:50 +0200
|
2011-01-11 15:40:20 +00:00
|
|
|
Subject: [PATCH 1/2] Add plexus-default-container dep
|
2010-12-03 14:38:46 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
maven-plugin-api/pom.xml | 4 ++++
|
|
|
|
1 files changed, 4 insertions(+), 0 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
|
|
|
|
index 2e99b7b..cffc6d2 100644
|
|
|
|
--- a/maven-plugin-api/pom.xml
|
|
|
|
+++ b/maven-plugin-api/pom.xml
|
|
|
|
@@ -51,6 +51,10 @@ under the License.
|
|
|
|
<groupId>org.sonatype.sisu</groupId>
|
|
|
|
<artifactId>sisu-inject-plexus</artifactId>
|
|
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.codehaus.plexus</groupId>
|
|
|
|
+ <artifactId>plexus-container-default</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
--
|
2011-01-11 15:40:20 +00:00
|
|
|
1.7.3.4
|
2010-12-03 14:38:46 +00:00
|
|
|
|