aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-17 16:00:59 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-19 15:15:36 +0200
commita1150367ee755be95f1cc605df983a928aa9136b (patch)
tree04defc5b2924fc48a846ec4c67efa798c0dc2687 /pom.xml
parentb58544df961c44b518dfbcc164b836ec23a03c69 (diff)
downloadsonarqube-a1150367ee755be95f1cc605df983a928aa9136b.tar.gz
sonarqube-a1150367ee755be95f1cc605df983a928aa9136b.zip
SONAR-6517 merge sonar-deprecated into sonar-plugin-api
It allows to use the shaded and relocated dependencies of sonar-plugin-api
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 20ac8d90088..834e0530cfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,6 @@
<module>sonar-check-api</module>
<module>sonar-colorizer</module>
<module>sonar-core</module>
- <module>sonar-deprecated</module>
<module>sonar-duplications</module>
<module>sonar-graph</module>
<module>sonar-home</module>
@@ -627,11 +626,6 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
- <artifactId>sonar-deprecated</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-duplications</artifactId>
<version>${project.version}</version>
</dependency>