diff options
Diffstat (limited to 'fop-sandbox/pom.xml')
-rw-r--r-- | fop-sandbox/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fop-sandbox/pom.xml b/fop-sandbox/pom.xml index 9fefca9b6..880195c65 100644 --- a/fop-sandbox/pom.xml +++ b/fop-sandbox/pom.xml @@ -105,8 +105,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>src/tools/resources/findbugs/exclusions.xml</excludeFilterFile> |