aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-02 17:19:45 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-05 09:54:05 +0200
commit2e790bfe3d0eacb3bfc38535276d091f3bfeaa4b (patch)
tree0c1254fb472da1006f765a0e665595d266115724 /pom.xml
parent492a4f4f833ce18ccbf682e149140333b38ed3c8 (diff)
downloadsonarqube-2e790bfe3d0eacb3bfc38535276d091f3bfeaa4b.tar.gz
sonarqube-2e790bfe3d0eacb3bfc38535276d091f3bfeaa4b.zip
SONAR-6370 remove dependency on sonar-deprecated
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0c8d014a4e1..944d6287ad4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,6 +625,12 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-java-api</artifactId>
<version>5.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-deprecated</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>