Skip to content

Commit

Permalink
Consolidate duplicate apache rat stanza
Browse files Browse the repository at this point in the history
This resolves a build warning.
  • Loading branch information
gaul committed May 12, 2024
1 parent 4928a1e commit cb434d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,6 @@
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down Expand Up @@ -718,6 +713,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
<configuration>
<excludes>
<!-- expectation files for unit tests -->
Expand Down

0 comments on commit cb434d5

Please sign in to comment.