We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9575c4 + 587e917 commit ea1b6acCopy full SHA for ea1b6ac
pom.xml
@@ -232,14 +232,20 @@
232
<artifactId>maven-antrun-plugin</artifactId>
233
<dependencies>
234
<dependency>
235
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
236
<artifactId>ant</artifactId>
237
- <version>1.6.5</version>
+ <version>1.8.4</version>
238
</dependency>
239
240
<groupId>ant-contrib</groupId>
241
<artifactId>ant-contrib</artifactId>
242
<version>1.0b3</version>
243
+ <exclusions>
244
+ <exclusion>
245
+ <groupId>ant</groupId>
246
+ <artifactId>ant</artifactId>
247
+ </exclusion>
248
+ </exclusions>
249
250
</dependencies>
251
<executions>
0 commit comments