diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-17 16:00:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-19 15:15:36 +0200 |
commit | a1150367ee755be95f1cc605df983a928aa9136b (patch) | |
tree | 04defc5b2924fc48a846ec4c67efa798c0dc2687 /pom.xml | |
parent | b58544df961c44b518dfbcc164b836ec23a03c69 (diff) | |
download | sonarqube-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.xml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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> |