Skip to content

Commit

Permalink
Address warning about Maven resources plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn committed Dec 19, 2023
1 parent 596a6d4 commit 3146995
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 @@ -98,6 +98,11 @@
<target>17</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3146995

Please sign in to comment.