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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 434abf7  Pick up SpotBugs from parent POM
434abf7 is described below

commit 434abf7006d237359c83a3624bd91fc2479d84ea
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 25 07:29:36 2022 -0400

    Pick up SpotBugs from parent POM
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index f75974c..19c1a40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -448,19 +448,6 @@ under the License.
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>com.github.spotbugs</groupId>
-        <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${spotbugs.plugin.version}</version>
-        <dependencies>
-          <dependency>
-            <groupId>com.github.spotbugs</groupId>
-            <artifactId>spotbugs</artifactId>
-            <version>${spotbugs.impl.version}</version>
-         </dependency>
-        </dependencies>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>

Reply via email to