diff options
-rw-r--r-- | plugins/sonar-findbugs-plugin/pom.xml | 15 |
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> |