aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-08 08:40:27 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-08 08:40:52 +0100
commit7241569c473a5939044ab969f4bce976f19e70ec (patch)
tree661692d2a5ade375356d879f5a19c4f63d401a23 /sonar-batch
parent80c0886e6662358cc3b5b2262cf4697a48696cf2 (diff)
downloadsonarqube-7241569c473a5939044ab969f4bce976f19e70ec.tar.gz
sonarqube-7241569c473a5939044ab969f4bce976f19e70ec.zip
Add json-simple to sonar-batch
Diffstat (limited to 'sonar-batch')
-rw-r--r--sonar-batch/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 5a05eb10354..6e75f40ba40 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -62,6 +62,11 @@
<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>