]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6370 fix sonar-check-api transitive dependency from sonar-plugin-api-deps
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 8 Jun 2015 08:18:20 +0000 (10:18 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 8 Jun 2015 08:18:20 +0000 (10:18 +0200)
sonar-plugin-api-deps/pom.xml

index a2918636a431339c5dbbeee795808ded7d3d3ca8..f0f9356b03a01c3c7acd2fe4d6a7fb0712a1f5f2 100644 (file)
       <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>