summaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-05-29 23:58:38 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-05-29 23:58:38 +0200
commit3ff7cc2641ff90a44ba0ce3185e61093ef8d1001 (patch)
treeb0d7b93628cefe96ef87814d11c170c65d459846 /sonar-batch/pom.xml
parentd864b2120708473a363bed2f4fa50ecdf73762a1 (diff)
downloadsonarqube-3ff7cc2641ff90a44ba0ce3185e61093ef8d1001.tar.gz
sonarqube-3ff7cc2641ff90a44ba0ce3185e61093ef8d1001.zip
SONAR-4360 OutOfMemory when creating thousands of issues
Diffstat (limited to 'sonar-batch/pom.xml')
-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 2a3879298c7..ff132535d69 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -93,5 +93,10 @@
<artifactId>jetty-server</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.skyscreamer</groupId>
+ <artifactId>jsonassert</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>