maven-plugin-testing/maven-plugin-testing-pom.patch
2010-09-20 21:19:55 +08:00

14 lines
411 B
Diff

--- pom.xml.orig 2010-09-15 16:37:56.940616245 +0800
+++ pom.xml 2010-09-15 16:38:51.049390461 +0800
@@ -173,5 +173,10 @@
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-provider-api</artifactId>
+ <version>2.0.4</version>
+ </dependency>
</dependencies>
</project>