Use latest ant for maven-antrun-plugin

This preserves the file permissions when doing
a replaceregexp on a file.
This commit is contained in:
Andreas Dangel 2024-04-18 09:31:56 +02:00
parent d9dcaaeb93
commit 4b14d4e757
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -159,6 +159,12 @@
<artifactId>javacc</artifactId>
<version>${javacc.version}</version>
</dependency>
<!-- Use the latest ant version to preserve file permissions when doing replaceregexp -->
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>${ant.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>