aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.Com>2017-02-26 14:47:10 +0100
committerGitHub <noreply@github.com>2017-02-26 14:47:10 +0100
commit5b80ef622737b940407647f9431b7a7942861b05 (patch)
tree9152572464f38061e29986fa2cfe38a90e2f0d1c /pom.xml
parentee94866db117108ef272d33213fea15c095a7894 (diff)
downloadsonarqube-5b80ef622737b940407647f9431b7a7942861b05.tar.gz
sonarqube-5b80ef622737b940407647f9431b7a7942861b05.zip
SONAR-8818 Add Hazelcast and its configuration (#1699)
* SONAR-8818 Introduce Hazelcast
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e4f56d049e8..8f84d233d14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,8 @@
<protobuf.version>3.0.0-beta-2</protobuf.version>
+ <hazelcast.version>3.8</hazelcast.version>
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.2</maven.min.version>
<timestamp>${maven.build.timestamp}</timestamp>
@@ -661,6 +663,11 @@
<version>4.1.0</version>
</dependency>
<dependency>
+ <groupId>com.hazelcast</groupId>
+ <artifactId>hazelcast</artifactId>
+ <version>${hazelcast.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>