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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git

commit 5e24787799f27a4fc5dd0e43c11f1b15b6f1e23e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 25 10:39:38 2022 -0400

    Drop FindBugs, SpotBugs is already there
---
 pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbccadc..61ac746 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,10 @@
         <easymock.version>4.3</easymock.version>
         <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
         <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
+        
+        
<commons.spotbugs.plugin.version>4.5.3.0</commons.spotbugs.plugin.version>
+        <commons.spotbugs.impl.version>4.5.3</commons.spotbugs.impl.version>   
 
+
         <commons.jacoco.version>0.8.8</commons.jacoco.version>
     </properties> 
 
@@ -479,16 +483,6 @@
                     <targetJdk>${maven.compiler.target}</targetJdk>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>${findbugs.version}</version>
-                <configuration>
-                    <threshold>Normal</threshold>
-                    <effort>Default</effort>
-                    
<excludeFilterFile>${basedir}/conf/findbugs-exclude-filter.xml</excludeFilterFile>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>

Reply via email to