diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-06 16:28:03 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-11-06 16:28:03 +0100 |
commit | 8aabceea511700fb8ff95be315fdc86411b4d4fe (patch) | |
tree | 38d06ff5d67bf2eb37b4976b651ab748a89ffdd8 /pom.xml | |
parent | a6830c9a8aa83306a28d2a7fdf67d7415a08bf51 (diff) | |
download | sonarqube-8aabceea511700fb8ff95be315fdc86411b4d4fe.tar.gz sonarqube-8aabceea511700fb8ff95be315fdc86411b4d4fe.zip |
SONAR-4832 Integrate ElasticSearch into sonar-server (with initial WIP API)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ <logback.version>1.0.13</logback.version> <slf4j.version>1.7.5</slf4j.version> <tomcat.version>7.0.42</tomcat.version> + <elasticsearch.version>0.90.5</elasticsearch.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.min.version>3.0.5</maven.min.version> <maven.api.version>2.2.0</maven.api.version> |