From: Mechtilde <mechtilde@debian.org>
Date: Sun, 6 Apr 2025 14:14:35 +0200
Subject: Remove findbugs-maven-plugin from pom.xml

Gbp-PQ: 10_Remove findbugs-maven-plugin from pom.xml
Forwarded:   No
Last-Update: 2019-10-01
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index e756a5d..13264f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,16 +145,6 @@
 		</resources>
 		<plugins>
 			
-			<!--
-			FindBugs plugin
-			To run: mvn findbugs:findbugs
-			To view the results: mvn findbugs:gui
-			-->
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>findbugs-maven-plugin</artifactId>
-				<version>3.0.4</version>
-			</plugin>
 
 			<!--
 			PMD plugin
