28 lines
813 B
Diff
28 lines
813 B
Diff
From 5a04c433c126ae0945bb4a18d708cfc7dc5df29e Mon Sep 17 00:00:00 2001
|
|
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
|
|
Date: Tue, 12 Oct 2010 16:56:50 +0200
|
|
Subject: [PATCH 1/3] Add plexus-default-container dep
|
|
|
|
---
|
|
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>
|
|
--
|
|
1.7.3.2
|
|
|