CAMEL-10222: Aligned Hazelcast

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a0cacd9c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a0cacd9c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a0cacd9c

Branch: refs/heads/master
Commit: a0cacd9caa32af9de4b48b38c91100d686512032
Parents: ccb201a
Author: Nicola Ferraro <ni.ferr...@gmail.com>
Authored: Tue Sep 20 10:11:53 2016 +0200
Committer: Nicola Ferraro <ni.ferr...@gmail.com>
Committed: Tue Sep 20 10:11:53 2016 +0200

----------------------------------------------------------------------
 spring-boot-dm/camel-spring-boot-dependencies/pom.xml  | 5 +++++
 spring-boot-dm/camel-spring-boot-generator-bom/pom.xml | 7 +++++++
 spring-boot-dm/pom.xml                                 | 1 +
 3 files changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a0cacd9c/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 60808cb..c49c0d5 100644
--- a/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -69,6 +69,11 @@
         <version>0.27</version>
       </dependency>
       <dependency>
+        <groupId>com.hazelcast</groupId>
+        <artifactId>hazelcast-client</artifactId>
+        <version>3.6.4</version>
+      </dependency>
+      <dependency>
         <groupId>com.jayway.awaitility</groupId>
         <artifactId>awaitility</artifactId>
         <version>1.7.0</version>

http://git-wip-us.apache.org/repos/asf/camel/blob/a0cacd9c/spring-boot-dm/camel-spring-boot-generator-bom/pom.xml
----------------------------------------------------------------------
diff --git a/spring-boot-dm/camel-spring-boot-generator-bom/pom.xml 
b/spring-boot-dm/camel-spring-boot-generator-bom/pom.xml
index bcf621f..a203867 100644
--- a/spring-boot-dm/camel-spring-boot-generator-bom/pom.xml
+++ b/spring-boot-dm/camel-spring-boot-generator-bom/pom.xml
@@ -77,6 +77,13 @@
 
             <!-- Added to match the version of related libraries provided by 
spring-boot -->
             <dependency>
+                <groupId>com.hazelcast</groupId>
+                <artifactId>hazelcast-client</artifactId>
+                <version>${hazelcast-version}</version>
+            </dependency>
+
+            <!-- Added to match the version of related libraries provided by 
spring-boot -->
+            <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-ext</artifactId>
                 <version>${slf4j-version}</version>

http://git-wip-us.apache.org/repos/asf/camel/blob/a0cacd9c/spring-boot-dm/pom.xml
----------------------------------------------------------------------
diff --git a/spring-boot-dm/pom.xml b/spring-boot-dm/pom.xml
index 51d1f50..676239f 100644
--- a/spring-boot-dm/pom.xml
+++ b/spring-boot-dm/pom.xml
@@ -66,6 +66,7 @@
         <jetty9-version>9.3.11.v20160721</jetty9-version>
         <jetty-version>${jetty9-version}</jetty-version>
         <jna-version>4.2.2</jna-version>
+        <hazelcast-version>3.6.4</hazelcast-version>
         <htmlunit-version>2.21</htmlunit-version>
         <log4j2-version>2.6.2</log4j2-version>
         <slf4j-version>1.7.21</slf4j-version>

Reply via email to