aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-15 14:05:57 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-26 23:49:37 +0200
commite4c401f8bc9100fec7fd28bb93469d3de199f5f7 (patch)
treee07cd247c43059bedf5b0bc5c85c12d232c8f82a /server/sonar-process/pom.xml
parentf6226c06c40855028ae7f8266e9ae36c8eeca618 (diff)
downloadsonarqube-e4c401f8bc9100fec7fd28bb93469d3de199f5f7.tar.gz
sonarqube-e4c401f8bc9100fec7fd28bb93469d3de199f5f7.zip
SONAR-9802 replace Hazelcast clients by members
Web Server and Compute Engine processes must use plain HZ members but not clients so that they can be involved in distributed computing (contribute to api/system/info response)
Diffstat (limited to 'server/sonar-process/pom.xml')
-rw-r--r--server/sonar-process/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml
index 232f828648e..58adf12de38 100644
--- a/server/sonar-process/pom.xml
+++ b/server/sonar-process/pom.xml
@@ -17,6 +17,10 @@
<dependencies>
<dependency>
+ <groupId>com.hazelcast</groupId>
+ <artifactId>hazelcast</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>