Skip to content

Commit

Permalink
Fix antrun version (#109)
Browse files Browse the repository at this point in the history
fix to antrun version
  • Loading branch information
AldenPratt authored Oct 27, 2023
1 parent 5b6053c commit 772b62e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.3</version>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
Expand Down

0 comments on commit 772b62e

Please sign in to comment.