aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-01-18 09:58:56 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-01-18 09:58:56 +0100
commitf0a65f13aa42aa86c51157e119c2fb11720aa4bb (patch)
tree70fec4260c973c73872428619e33599d9ab1f777 /sonar-batch/pom.xml
parent87ecfc8080ef957bc66e47f8165d3ab3f5508c40 (diff)
downloadsonarqube-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.xml5
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>