From 7e212fe31cf53def323428e7c7ac35938f4ca691 Mon Sep 17 00:00:00 2001 From: Godin Date: Mon, 18 Oct 2010 14:48:32 +0000 Subject: SONAR-1772: Remove the use of the Maven Findbugs plugin to directly pilot the Findbugs library --- plugins/sonar-findbugs-plugin/pom.xml | 42 +++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'plugins/sonar-findbugs-plugin/pom.xml') diff --git a/plugins/sonar-findbugs-plugin/pom.xml b/plugins/sonar-findbugs-plugin/pom.xml index e5a6a2de718..22c29a476a9 100644 --- a/plugins/sonar-findbugs-plugin/pom.xml +++ b/plugins/sonar-findbugs-plugin/pom.xml @@ -17,11 +17,50 @@ 1.3.9 + + + + + xerces + xercesImpl + 2.6.2 + + + xalan + xalan + 2.6.0 + + + + org.codehaus.sonar sonar-plugin-api ${project.version} + + + xalan + xalan + + + jaxen + jaxen + + + dom4j + dom4j + + + xerces + xercesImpl + + + + + com.google.code.findbugs + findbugs + ${findbugs.version} org.codehaus.sonar @@ -63,12 +102,11 @@ org.codehaus.sonar sonar-packaging-maven-plugin - true - findbugs Findbugs Findbugs ${findbugs.version}.]]> org.sonar.plugins.findbugs.FindbugsPlugin + true -- cgit v1.2.3