Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit cb434d5

Browse files
committed
Consolidate duplicate apache rat stanza
This resolves a build warning.
1 parent 4928a1e commit cb434d5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

project/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,6 @@
684684
<artifactId>maven-install-plugin</artifactId>
685685
<version>2.4</version>
686686
</plugin>
687-
<plugin>
688-
<groupId>org.apache.rat</groupId>
689-
<artifactId>apache-rat-plugin</artifactId>
690-
<version>0.12</version>
691-
</plugin>
692687
<plugin>
693688
<groupId>com.github.spotbugs</groupId>
694689
<artifactId>spotbugs-maven-plugin</artifactId>
@@ -718,6 +713,7 @@
718713
<plugin>
719714
<groupId>org.apache.rat</groupId>
720715
<artifactId>apache-rat-plugin</artifactId>
716+
<version>0.12</version>
721717
<configuration>
722718
<excludes>
723719
<!-- expectation files for unit tests -->

0 commit comments

Comments
 (0)