maven-antrun-plugin/fix-ant-1.8.2.patch
2011-01-10 10:44:05 +02:00

14 lines
441 B
Diff

--- pom.xml.sav 2011-01-10 10:33:07.000000000 +0200
+++ pom.xml 2011-01-10 10:35:17.354126766 +0200
@@ -72,8 +72,8 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- <version>1.8.1</version>
+ <artifactId>ant</artifactId>
+ <version>1.8.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>