aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-12-03 22:02:24 +0000
committerGodin <mandrikov@gmail.com>2010-12-03 22:02:24 +0000
commitf9330dd6f434d93a94ade51840367177224150e4 (patch)
tree93524ff86b64a76271caa12bd7b56d66fe44e841 /plugins
parent2d2d51f2dce80e91431ea01b90bc5ebd139ffd02 (diff)
downloadsonarqube-f9330dd6f434d93a94ade51840367177224150e4.tar.gz
sonarqube-f9330dd6f434d93a94ade51840367177224150e4.zip
SONAR-2011: Remove unused dependencies on maven-plugin-api and maven-core from sonar-findbugs-plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-findbugs-plugin/pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/plugins/sonar-findbugs-plugin/pom.xml b/plugins/sonar-findbugs-plugin/pom.xml
index ed55c6dd5c3..accafae3a9c 100644
--- a/plugins/sonar-findbugs-plugin/pom.xml
+++ b/plugins/sonar-findbugs-plugin/pom.xml
@@ -75,21 +75,16 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+
+ <!-- TODO http://jira.codehaus.org/browse/SONAR-2011
+ We need following dependency, otherwise we will receive compilation error
+ -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <scope>provided</scope>
- </dependency>
+
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-testing-harness</artifactId>