aboutsummaryrefslogtreecommitdiffstats
path: root/fop-util/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fop-util/pom.xml')
-rw-r--r--fop-util/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fop-util/pom.xml b/fop-util/pom.xml
index 020d97fef..33fc903c3 100644
--- a/fop-util/pom.xml
+++ b/fop-util/pom.xml
@@ -58,8 +58,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>