aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api-deps
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-08 10:18:20 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-08 10:18:20 +0200
commit37adcf93983d16279540a017a19663230ee1b9f8 (patch)
tree0c18769c338466901f2d8a11301979dd5ea22066 /sonar-plugin-api-deps
parentb6e4ae152ca101d821914f44e192e034e73c6f91 (diff)
downloadsonarqube-37adcf93983d16279540a017a19663230ee1b9f8.tar.gz
sonarqube-37adcf93983d16279540a017a19663230ee1b9f8.zip
SONAR-6370 fix sonar-check-api transitive dependency from sonar-plugin-api-deps
Diffstat (limited to 'sonar-plugin-api-deps')
-rw-r--r--sonar-plugin-api-deps/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml
index a2918636a43..f0f9356b03a 100644
--- a/sonar-plugin-api-deps/pom.xml
+++ b/sonar-plugin-api-deps/pom.xml
@@ -112,6 +112,16 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-squid</artifactId>
<version>4.1</version>
+ <exclusions>
+ <exclusion>
+ <!--
+ Provided at runtime by sonar-plugin-api.
+ Do not use transitive version 4.1 but the current version.
+ -->
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-check-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>