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/01/15 13:07:47 UTC

[commons-fileupload] branch master updated: Pick up spotbugs-maven-plugin 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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new e12c0e3  Pick up spotbugs-maven-plugin version from parent POM
e12c0e3 is described below

commit e12c0e31c00a01e3916488476b79585944d7e7b9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 15 08:07:43 2023 -0500

    Pick up spotbugs-maven-plugin version from parent POM
    
    Same for checkstyle plugin
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ff178a..05675db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,7 +421,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>${checkstyle.plugin.version}</version>
           <configuration>
             <configLocation>${basedir}/src/checkstyle/fileupload_checks.xml</configLocation>
             <suppressionsLocation>${basedir}/src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
@@ -579,13 +578,6 @@
           <plugin>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs-maven-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>com.github.spotbugs</groupId>
-                <artifactId>spotbugs</artifactId>
-                <version>${spotbugs.impl.version}</version>
-              </dependency>
-            </dependencies>
             <configuration>
               <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
             </configuration>