diff options
author | Eric Hartmann <hartmann.eric@gmail.Com> | 2017-02-26 14:47:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-26 14:47:10 +0100 |
commit | 5b80ef622737b940407647f9431b7a7942861b05 (patch) | |
tree | 9152572464f38061e29986fa2cfe38a90e2f0d1c /pom.xml | |
parent | ee94866db117108ef272d33213fea15c095a7894 (diff) | |
download | sonarqube-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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |