Skip to content

Commit dc2f1d9

Browse files
committed
Updates ant to ignore securitymanager exceptions
See gh-561
1 parent 5e4bf98 commit dc2f1d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
100100
<disable.nohttp.checks>true</disable.nohttp.checks>
101101
<antelopetasks.version>3.2.10</antelopetasks.version>
102-
<ant-nodeps.version>1.8.1</ant-nodeps.version>
102+
<ant.version>1.10.15</ant.version>
103103
<configprops.path>${project.basedir}/modules/ROOT/partials/_configprops.adoc</configprops.path>
104104
<configprops.inclusionPattern>.*</configprops.inclusionPattern>
105105
<maven-dependency-plugin-for-docs.phase>generate-resources</maven-dependency-plugin-for-docs.phase>
@@ -1148,8 +1148,8 @@
11481148
</dependency>
11491149
<dependency>
11501150
<groupId>org.apache.ant</groupId>
1151-
<artifactId>ant-nodeps</artifactId>
1152-
<version>${ant-nodeps.version}</version>
1151+
<artifactId>ant</artifactId>
1152+
<version>${ant.version}</version>
11531153
</dependency>
11541154
<dependency>
11551155
<groupId>org.tigris.antelope</groupId>

0 commit comments

Comments
 (0)