aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-05-15 16:46:24 +0200
committerDavid Gageot <david@gageot.net>2012-05-15 16:46:24 +0200
commit6f071771ae9263f13625a4dae6d29281b1376cbd (patch)
tree8d4936c3cfc2d39c4a445669c2e30d3b527a2590 /plugins
parentec607552fad9e800da5bf29595b266404d2671cd (diff)
downloadsonarqube-6f071771ae9263f13625a4dae6d29281b1376cbd.tar.gz
sonarqube-6f071771ae9263f13625a4dae6d29281b1376cbd.zip
Fix the build by removing unused dependency.
This dependency is not found in Maven Central.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-findbugs-plugin/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/sonar-findbugs-plugin/pom.xml b/plugins/sonar-findbugs-plugin/pom.xml
index 0e14cae61e0..eeaf76d8e69 100644
--- a/plugins/sonar-findbugs-plugin/pom.xml
+++ b/plugins/sonar-findbugs-plugin/pom.xml
@@ -75,13 +75,6 @@
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
- <!-- fbContrib used as a test dependency to test loading of custom plugins -->
- <dependency>
- <groupId>com.mebigfatguy</groupId>
- <artifactId>fbcontrib</artifactId>
- <version>4.6.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>