maven-resources-plugin/maven-resources-plugin-plexus-dep.patch
2011-09-06 09:27:24 +02:00

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>