This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch 
ARIES-2173-remove-unused-maven-plugins-from-parent
in repository https://gitbox.apache.org/repos/asf/aries.git

commit a66c53f5756fa2e7c3cc45d653e17c665b475fb6
Author: Dominik Przybysz <[email protected]>
AuthorDate: Fri Mar 21 19:21:55 2025 +0100

    ARIES-2173: Remove findbugs maven plugin from parent
---
 parent/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fdd9298ed..b2bcfda8e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -142,7 +142,6 @@
                 <artifactId>slf4j-simple</artifactId>
                 <version>${slf4j.version}</version>
             </dependency>
-
         </dependencies>
     </dependencyManagement>
 
@@ -187,7 +186,6 @@
         <!--Plugin versions-->
         
<animal-sniffer-enforcer-rule.version>1.24</animal-sniffer-enforcer-rule.version>
         <depgraph-maven-plugin.version>4.0.3</depgraph-maven-plugin.version>
-        <findbugs-maven-plugin.version>3.0.5</findbugs-maven-plugin.version>
         <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
         <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
         <maven-pmd-plugin.version>3.26.0</maven-pmd-plugin.version>
@@ -339,11 +337,6 @@
                         </includes>
                     </configuration>
                 </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>findbugs-maven-plugin</artifactId>
-                    <version>${findbugs-maven-plugin.version}</version>
-                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
@@ -425,11 +418,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>${findbugs-maven-plugin.version}</version>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
@@ -643,11 +631,6 @@
                     </tags>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-                <version>${findbugs-maven-plugin.version}</version>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>

Reply via email to