aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-03 11:35:32 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 09:54:06 +0200
commitb44c6c83d99ea2909150fb473c5bf81cf7cdc9be (patch)
tree81b2b1658379548d79ca553a89ee52db8a3e0c67 /pom.xml
parentc4995ac9c71459f7a407d844627d01bb6a9c5a85 (diff)
downloadsonarqube-b44c6c83d99ea2909150fb473c5bf81cf7cdc9be.tar.gz
sonarqube-b44c6c83d99ea2909150fb473c5bf81cf7cdc9be.zip
SONAR-6370 fix cycle in maven dependencies
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 944d6287ad4..0f263d2de07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,6 +630,10 @@
<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>