This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new c8585e259b Remove redundant `spotbugs-maven-plugin` override
c8585e259b is described below
commit c8585e259b510b461e8c4329692e180fd42841b1
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Dec 8 10:28:05 2023 +0100
Remove redundant `spotbugs-maven-plugin` override
---
pom.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 46bccb4850..2674de1ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,15 +571,6 @@
</configuration>
</plugin>
- <!-- TODO: Remove after upgrading to `logging-parent` 10.3.0 -->
- <plugin>
- <groupId>com.github.spotbugs</groupId>
- <artifactId>spotbugs-maven-plugin</artifactId>
- <configuration>
-
<excludeFilterFile>${maven.multiModuleProjectDirectory}/spotbugs-exclude.xml</excludeFilterFile>
- </configuration>
- </plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>