You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:53:45 UTC

[commons-dbutils] branch master updated: Pick up Spotbugs version from parent POM

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


The following commit(s) were added to refs/heads/master by this push:
     new 5d117b2  Pick up Spotbugs version from parent POM
5d117b2 is described below

commit 5d117b2c8fb446228b933612b2dd12c37e969dd7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:53:41 2023 -0500

    Pick up Spotbugs version from parent POM
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index d629182..1657741 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,14 +275,6 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>${commons.spotbugs.plugin.version}</version>
-          <dependencies>
-            <dependency>
-              <groupId>com.github.spotbugs</groupId>
-              <artifactId>spotbugs</artifactId>
-              <version>${commons.spotbugs.impl.version}</version>
-           </dependency>
-          </dependencies>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>