aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/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 /sonar-server/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 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 293c7e7ab6b..ed96eff0aa2 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -126,6 +126,11 @@
<artifactId>jruby-rack</artifactId>
</dependency>
<dependency>
+ <groupId>org.elasticsearch</groupId>
+ <artifactId>elasticsearch</artifactId>
+ <version>${elasticsearch.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>7.0.42</version>