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 /sonar-core/pom.xml | |
parent | e2c248e953aa7bbc02f339919033b476edcef989 (diff) | |
download | sonarqube-15a5d88f1ef0105072d3733fe81c685d492084bd.tar.gz sonarqube-15a5d88f1ef0105072d3733fe81c685d492084bd.zip |
SONAR-5382 Drop Java WS client library
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 4a2b1b40f90..d0a816d282e 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -83,10 +83,6 @@ <artifactId>commons-dbutils</artifactId> </dependency> <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - </dependency> - <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-graph</artifactId> </dependency> |