diff options
Diffstat (limited to 'fop-events/pom.xml')
-rw-r--r-- | fop-events/pom.xml | 4 |
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> |