Skip to content

Commit ea1b6ac

Browse files
authored
Merge pull request #43 from smithkm/ant-version
Update ant version for antrun to match other Geo* projects.
2 parents a9575c4 + 587e917 commit ea1b6ac

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,14 +232,20 @@
232232
<artifactId>maven-antrun-plugin</artifactId>
233233
<dependencies>
234234
<dependency>
235-
<groupId>ant</groupId>
235+
<groupId>org.apache.ant</groupId>
236236
<artifactId>ant</artifactId>
237-
<version>1.6.5</version>
237+
<version>1.8.4</version>
238238
</dependency>
239239
<dependency>
240240
<groupId>ant-contrib</groupId>
241241
<artifactId>ant-contrib</artifactId>
242242
<version>1.0b3</version>
243+
<exclusions>
244+
<exclusion>
245+
<groupId>ant</groupId>
246+
<artifactId>ant</artifactId>
247+
</exclusion>
248+
</exclusions>
243249
</dependency>
244250
</dependencies>
245251
<executions>

0 commit comments

Comments
 (0)