excluded ant-launcher

This commit is contained in:
Jeremy Long
2015-09-13 07:28:41 -04:00
parent 1f763aeb72
commit c8fb5d1a9a

View File

@@ -238,6 +238,12 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>