aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 15:09:22 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-08-28 15:09:48 +0200
commit53ff0ea1de1ef68f7040dac0dba24e52377e8bf5 (patch)
tree871ddc4a8028783f0c4557f81175a97a537a46bd /sonar-application/pom.xml
parent819ad25a12f354fbdb4d21d31419097187b0baeb (diff)
downloadsonarqube-53ff0ea1de1ef68f7040dac0dba24e52377e8bf5.tar.gz
sonarqube-53ff0ea1de1ef68f7040dac0dba24e52377e8bf5.zip
Replace bad imports of org.elasticsearch.common by guava
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 242e6dd7c21..a7e45403831 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -261,7 +261,7 @@
<rules>
<requireFilesSize>
<minsize>84000000</minsize>
- <maxsize>120000000</maxsize>
+ <maxsize>880000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>