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


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

commit 075d5ac60ee6abff1f58fe07d71445903c530264
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 3 09:05:02 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 4436c651..80986cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,8 +188,6 @@
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
-    <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.11.1</commons.bc.version>
@@ -252,14 +250,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>

Reply via email to