You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/12/13 09:00:48 UTC

(logging-log4j2) 01/03: Remove redundant Spotbugs override

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 0f7795ec950b86bc239524c5a5c5e5ea92af4b86
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Dec 13 09:26:25 2023 +0100

    Remove redundant Spotbugs override
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd0c26c380..3dcdfa03ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -596,15 +596,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>