Skip to content

Commit 19f64ba

Browse files
Fix Ant dependency.
1 parent 87769ac commit 19f64ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@
333333
</dependency>
334334
<dependency>
335335
<groupId>org.apache.ant</groupId>
336-
<artifactId>ant-nodeps</artifactId>
337-
<version>${ant-nodeps.version}</version>
336+
<artifactId>ant</artifactId>
337+
<version>${ant.version}</version>
338338
</dependency>
339339
<dependency>
340340
<groupId>org.tigris.antelope</groupId>

0 commit comments

Comments
 (0)