]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6370 fix cycle in maven dependencies
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 3 Jun 2015 09:35:32 +0000 (11:35 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 5 Jun 2015 07:54:06 +0000 (09:54 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 944d6287ad4575a1267919c0e548f0c5a4436970..0f263d2de07e8de4a55df820ace1931d81dd7070 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>org.codehaus.sonar</groupId>
             <artifactId>sonar-deprecated</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.codehaus.sonar</groupId>
+            <artifactId>sonar-plugin-api</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>