Skip to content

Commit

Permalink
Fix warnings about Maven resources plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn authored Nov 16, 2023
1 parent 7b96ea7 commit 7d88b11
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 @@ -141,6 +141,11 @@
<target>17</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit 7d88b11

Please sign in to comment.