diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-28 15:09:22 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-08-28 15:09:48 +0200 |
commit | 53ff0ea1de1ef68f7040dac0dba24e52377e8bf5 (patch) | |
tree | 871ddc4a8028783f0c4557f81175a97a537a46bd /sonar-application/pom.xml | |
parent | 819ad25a12f354fbdb4d21d31419097187b0baeb (diff) | |
download | sonarqube-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.xml | 2 |
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> |