diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 09:50:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 09:50:35 +0200 |
commit | 15a5d88f1ef0105072d3733fe81c685d492084bd (patch) | |
tree | 00ff55dd8da29ad58dac4928e421d6e5a004030c /server/sonar-server/pom.xml | |
parent | e2c248e953aa7bbc02f339919033b476edcef989 (diff) | |
download | sonarqube-15a5d88f1ef0105072d3733fe81c685d492084bd.tar.gz sonarqube-15a5d88f1ef0105072d3733fe81c685d492084bd.zip |
SONAR-5382 Drop Java WS client library
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 5f34c60c1b7..d7eee268b0c 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -76,15 +76,6 @@ <artifactId>sonar-core</artifactId> </dependency> <dependency> - <!-- - This dependency of sonar-core must be repeated, even if it's not directly - used by sonar-server. For an unknown reason it conflicts with sonar-testing-harness - and is removed from distribution. - --> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - </dependency> - <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-batch-protocol</artifactId> </dependency> |