diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-06-29 14:17:10 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-08-09 15:09:54 +0200 |
commit | fba6ad10cd608de676bf1672db821651f2913c3d (patch) | |
tree | b42046ff2ab43bbf5ab313978f35f50ecbd57681 /sonar-application/pom.xml | |
parent | fde5a3c4fd82ad3f5d6185a2023c1bf16a9a173d (diff) | |
download | sonarqube-fba6ad10cd608de676bf1672db821651f2913c3d.tar.gz sonarqube-fba6ad10cd608de676bf1672db821651f2913c3d.zip |
SONAR-8798 SearchServer starts external ES 5 process
This includes to package Elasticsearch 5.0.2 in the SonarQube application
This change is required, because Elasticsearch versions later 5 do not provide support for running Elasticsearch “embedded” anymore.
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 3eb3ee72e35..dc357b09915 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -242,8 +242,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>136000000</minsize> - <maxsize>144000000</maxsize> + <minsize>178000000</minsize> + <maxsize>186000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |