diff options
author | Godin <mandrikov@gmail.com> | 2010-10-19 15:53:00 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-10-19 15:53:00 +0000 |
commit | 9edb39c091f8bf970be6849746ac7d9128d44fad (patch) | |
tree | d20afe503d7b0472a51d50b4b98fed0e9420461f /plugins/sonar-findbugs-plugin/pom.xml | |
parent | db2c24f023c8ab6dfbd473269086c61847720dea (diff) | |
download | sonarqube-9edb39c091f8bf970be6849746ac7d9128d44fad.tar.gz sonarqube-9edb39c091f8bf970be6849746ac7d9128d44fad.zip |
SONAR-1772: Add FindbugsNativeSensorTest
Diffstat (limited to 'plugins/sonar-findbugs-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-findbugs-plugin/pom.xml | 10 |
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> |