diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-02 17:19:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-05 09:54:05 +0200 |
commit | 2e790bfe3d0eacb3bfc38535276d091f3bfeaa4b (patch) | |
tree | 0c1254fb472da1006f765a0e665595d266115724 /pom.xml | |
parent | 492a4f4f833ce18ccbf682e149140333b38ed3c8 (diff) | |
download | sonarqube-2e790bfe3d0eacb3bfc38535276d091f3bfeaa4b.tar.gz sonarqube-2e790bfe3d0eacb3bfc38535276d091f3bfeaa4b.zip |
SONAR-6370 remove dependency on sonar-deprecated
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |