aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-06 16:28:03 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2013-11-06 16:28:03 +0100
commit8aabceea511700fb8ff95be315fdc86411b4d4fe (patch)
tree38d06ff5d67bf2eb37b4976b651ab748a89ffdd8 /pom.xml
parenta6830c9a8aa83306a28d2a7fdf67d7415a08bf51 (diff)
downloadsonarqube-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 088158a9578..5e80eee267d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>