aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-10-29 10:44:42 +0100
committerDavid Gageot <david@gageot.net>2012-10-29 10:45:10 +0100
commite0603258d5ec0702a0a0610aa3b680c8c9a44b09 (patch)
tree3b5113e32b63e0d1e419192464d05d67ec20c4d7 /sonar-batch/pom.xml
parentfe0bd12eec0ef48e11f79aacb0de3439663f16a6 (diff)
downloadsonarqube-e0603258d5ec0702a0a0610aa3b680c8c9a44b09.tar.gz
sonarqube-e0603258d5ec0702a0a0610aa3b680c8c9a44b09.zip
SONAR-3895 Draft of export and can work when project doesn't exist
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 3000f785c94..e693da1521a 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -62,6 +62,10 @@
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ </dependency>
+ <dependency>
<!-- local database -->
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>