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:17 UTC

[commons-dbcp] 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-dbcp.git


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

commit 0ba68cf86a9c41d69fdc80dbc18e59fd0b79f3e4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:53:13 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 24b9860b..93a0b18d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,8 +326,6 @@
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
-    <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
-    <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.9.0</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
@@ -374,14 +372,6 @@
         <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>
           <configuration>
             <excludeFilterFile>${basedir}/src/conf/findbugs-exclude-filter.xml</excludeFilterFile>
           </configuration>