aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-findbugs-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sonar-findbugs-plugin/pom.xml')
-rw-r--r--plugins/sonar-findbugs-plugin/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/sonar-findbugs-plugin/pom.xml b/plugins/sonar-findbugs-plugin/pom.xml
index 2f6587ba895..509b963193e 100644
--- a/plugins/sonar-findbugs-plugin/pom.xml
+++ b/plugins/sonar-findbugs-plugin/pom.xml
@@ -17,6 +17,11 @@
<findbugs.version>1.3.9</findbugs.version>
</properties>
+ <!-- IMPORTANT!
+ xalan should be excluded everywhere, because contains Apache BCEL,
+ but FindBugs requires its own version of BCEL - see http://findbugs.sourceforge.net/FAQ.html#q2
+ -->
+
<dependencyManagement>
<!-- Change versions for dependencies provided by sonar-plugin-api -->
<dependencies>
@@ -25,11 +30,6 @@
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
</dependency>
- <!--dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.6.0</version>
- </dependency-->
</dependencies>
</dependencyManagement>