diff options
author | Godin <mandrikov@gmail.com> | 2010-12-03 14:57:36 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-12-03 14:57:36 +0000 |
commit | 58756ad8e3e3cde1da77120b553bb22fbc0b79fa (patch) | |
tree | 363b80b41d9fb6fb5d3b8f929b8d62810a2e9197 /plugins/sonar-checkstyle-plugin | |
parent | 555287b5a0fd21e19f26afa7b9f683a244c39dad (diff) | |
download | sonarqube-58756ad8e3e3cde1da77120b553bb22fbc0b79fa.tar.gz sonarqube-58756ad8e3e3cde1da77120b553bb22fbc0b79fa.zip |
SONAR-2011: Remove dependency on maven-common-artifact-filters from sonar-plugin-api
Diffstat (limited to 'plugins/sonar-checkstyle-plugin')
-rw-r--r-- | plugins/sonar-checkstyle-plugin/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml index 0d4ac871fe1..26cb84c0fb4 100644 --- a/plugins/sonar-checkstyle-plugin/pom.xml +++ b/plugins/sonar-checkstyle-plugin/pom.xml @@ -45,6 +45,16 @@ </exclusion> </exclusions> </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.codehaus.sonar</groupId> <artifactId>sonar-testing-harness</artifactId> |