diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-29 23:58:38 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-29 23:58:38 +0200 |
commit | 3ff7cc2641ff90a44ba0ce3185e61093ef8d1001 (patch) | |
tree | b0d7b93628cefe96ef87814d11c170c65d459846 /sonar-batch/pom.xml | |
parent | d864b2120708473a363bed2f4fa50ecdf73762a1 (diff) | |
download | sonarqube-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.xml | 5 |
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> |