aboutsummaryrefslogtreecommitdiffstats
path: root/fop-events
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2024-01-18 11:30:44 +0000
committerSimon Steiner <ssteiner@apache.org>2024-01-18 11:30:44 +0000
commiteb97ede04e7e9f2af82fb97b2c8894488498a316 (patch)
tree0392b201e1693bd985b5c81dcbf586449d9a941c /fop-events
parentbfc5d5277a18eb447c4bd2f71d336e05c278d2bf (diff)
downloadxmlgraphics-fop-eb97ede04e7e9f2af82fb97b2c8894488498a316.tar.gz
xmlgraphics-fop-eb97ede04e7e9f2af82fb97b2c8894488498a316.zip
FOP-3158: Switch to spotbugs
Diffstat (limited to 'fop-events')
-rw-r--r--fop-events/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fop-events/pom.xml b/fop-events/pom.xml
index ac0df8625..a7a6d2d0e 100644
--- a/fop-events/pom.xml
+++ b/fop-events/pom.xml
@@ -110,8 +110,8 @@
</plugin>
<!-- code analysis - findbugs -->
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>findbugs-maven-plugin</artifactId>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
<version>${findbugs.plugin.version}</version>
<configuration>
<excludeFilterFile>../fop-core/src/tools/resources/findbugs/exclusions.xml</excludeFilterFile>