Skip to content

Commit c8585e2

Browse files
committed
Remove redundant spotbugs-maven-plugin override
1 parent 921073d commit c8585e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -571,15 +571,6 @@
571571
</configuration>
572572
</plugin>
573573

574-
<!-- TODO: Remove after upgrading to `logging-parent` 10.3.0 -->
575-
<plugin>
576-
<groupId>com.github.spotbugs</groupId>
577-
<artifactId>spotbugs-maven-plugin</artifactId>
578-
<configuration>
579-
<excludeFilterFile>${maven.multiModuleProjectDirectory}/spotbugs-exclude.xml</excludeFilterFile>
580-
</configuration>
581-
</plugin>
582-
583574
<plugin>
584575
<groupId>org.apache.maven.plugins</groupId>
585576
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)