]> source.dussan.org Git - sonarqube.git/commitdiff
Fix the build by removing unused dependency.
authorDavid Gageot <david@gageot.net>
Tue, 15 May 2012 14:46:24 +0000 (16:46 +0200)
committerDavid Gageot <david@gageot.net>
Tue, 15 May 2012 14:46:24 +0000 (16:46 +0200)
This dependency is not found in Maven Central.

plugins/sonar-findbugs-plugin/pom.xml

index 0e14cae61e0dc1df77420388fd4e3c36d8dfefa7..eeaf76d8e693de0dc99b9a738a7a4829ec60a0b6 100644 (file)
       <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>