aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
diff options
context:
space:
mode:
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>