diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-25 13:32:48 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-31 21:30:56 +0200 |
commit | 05266f94881823d0c78a5a4f1a7cb905db8a8550 (patch) | |
tree | 542130d4ed812d0468f627b7392ded9f6c852351 /sonar-application | |
parent | 7767037eb95e5e3c807ffdffbdfe8b7ee68f9e1a (diff) | |
download | sonarqube-05266f94881823d0c78a5a4f1a7cb905db8a8550.tar.gz sonarqube-05266f94881823d0c78a5a4f1a7cb905db8a8550.zip |
SONAR-7653 upgrade to Elasticsearch 2.3.3
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/assembly.xml | 1 | ||||
-rw-r--r-- | sonar-application/pom.xml | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index b04e3a21437..a860949142d 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -42,6 +42,7 @@ <useProjectArtifact>false</useProjectArtifact> <includes> <include>org.elasticsearch:elasticsearch</include> + <include>net.java.dev.jna:jna</include> </includes> <scope>provided</scope> </dependencySet> diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 087e497a6ac..02f76e4a60d 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -238,8 +238,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>110000000</minsize> - <maxsize>120000000</maxsize> + <minsize>120000000</minsize> + <maxsize>125000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |