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 /server/sonar-server/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 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index a912632d83a..5f34c60c1b7 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -90,16 +90,6 @@ </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-deprecated</artifactId> - <exclusions> - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-home</artifactId> </dependency> <dependency> @@ -137,6 +127,10 @@ <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |