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/assembly.xml | |
parent | 7767037eb95e5e3c807ffdffbdfe8b7ee68f9e1a (diff) | |
download | sonarqube-05266f94881823d0c78a5a4f1a7cb905db8a8550.tar.gz sonarqube-05266f94881823d0c78a5a4f1a7cb905db8a8550.zip |
SONAR-7653 upgrade to Elasticsearch 2.3.3
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 1 |
1 files changed, 1 insertions, 0 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> |