Skip to content

Commit

Permalink
Add missing maven-resources-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Jul 21, 2024
1 parent 9aaa89b commit 0c7229f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
<artifactId>maven-clean-plugin</artifactId>
<version>3.4.0</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.5.0</version>
Expand Down

0 comments on commit 0c7229f

Please sign in to comment.