changed scope on ant dependencies to provided

This commit is contained in:
Jeremy Long
2015-09-11 06:15:59 -04:00
parent 0077a8f67c
commit 08c1b6879e

View File

@@ -327,6 +327,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>