Skip to content

Commit

Permalink
Updating ant to 1.10.9 for antrun plugin (#4720)
Browse files Browse the repository at this point in the history
* Updating ant to 1.10.9 for antrun plugin

Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam authored Feb 18, 2021
1 parent 48c4fb8 commit e938507
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.9</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.fortasoft</groupId>
Expand Down

0 comments on commit e938507

Please sign in to comment.