30 lines
880 B
Diff
30 lines
880 B
Diff
diff --git a/pom.xml b/pom.xml
|
|
index f74aea0..5bb5ce2 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -65,6 +65,11 @@ under the License.
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
+ <groupId>org.codehaus.plexus</groupId>
|
|
+ <artifactId>plexus-container-default</artifactId>
|
|
+ <version>1.0-alpha-9-stable-1</version>
|
|
+ </dependency>
|
|
+ <dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>${mavenVersion}</version>
|
|
@@ -102,12 +107,6 @@ under the License.
|
|
|
|
<dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
- <artifactId>plexus-container-default</artifactId>
|
|
- <version>1.0-alpha-9-stable-1</version>
|
|
- </dependency>
|
|
-
|
|
- <dependency>
|
|
- <groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>2.0.5</version>
|
|
</dependency>
|