[MNG-7045] Make sure Ant 1.10.8 is available

This commit is contained in:
Maarten Mulders 2021-04-04 16:16:00 +02:00
parent 4209fbf7b6
commit 6db9cfb1db
1 changed files with 5 additions and 0 deletions

View File

@ -66,5 +66,10 @@ under the License.
<artifactId>gmavenplus-plugin</artifactId>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.8</version>
</dependency>
</dependencies>
</project>