This commit is contained in:
Stephane Nicoll
2017-02-28 10:07:05 +01:00
parent 13766008b4
commit c9ca61015a
4 changed files with 47 additions and 49 deletions

View File

@@ -101,6 +101,12 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>