diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-18 09:58:56 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-18 09:58:56 +0100 |
commit | f0a65f13aa42aa86c51157e119c2fb11720aa4bb (patch) | |
tree | 70fec4260c973c73872428619e33599d9ab1f777 /sonar-batch/pom.xml | |
parent | 87ecfc8080ef957bc66e47f8165d3ab3f5508c40 (diff) | |
download | sonarqube-f0a65f13aa42aa86c51157e119c2fb11720aa4bb.tar.gz sonarqube-f0a65f13aa42aa86c51157e119c2fb11720aa4bb.zip |
Replace json-simple by gson in sonar-batch
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index 238af5901ab..84b5dac0dcd 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -77,11 +77,6 @@ <artifactId>gson</artifactId> </dependency> <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - </dependency> - - <dependency> <!-- local database --> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> |