Skip to content

Commit

Permalink
Provided scope for maven-antrun-plugin dependency as it is required o…
Browse files Browse the repository at this point in the history
…nly for build

Signed-off-by: Rafał Gała <rafal.gala@ing.pl>
(cherry picked from commit ab20a71)
  • Loading branch information
rgala committed Oct 4, 2023
1 parent 6ed4158 commit f5ac5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit f5ac5aa

Please sign in to comment.