Skip to content

Commit 018f377

Browse files
committed
Add ANT
1 parent de0c363 commit 018f377

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<version>1.0</version>
77

88
<dependencies>
9+
<dependency>
10+
<groupId>org.apache.ant</groupId>
11+
<artifactId>ant</artifactId>
12+
<version>[1.10.9,)</version>
13+
</dependency>
914
<dependency>
1015
<groupId>fox.jason</groupId>
1116
<artifactId>passthrough.parser</artifactId>

0 commit comments

Comments
 (0)