Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
The following dependency seemed not being used:
<dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.8.1</version> <exclusions> <exclusion> <groupId>org.apache.ant</groupId> <artifactId>ant-launcher</artifactId> </exclusion> </exclusions> </dependency>