You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2017/04/19 13:52:37 UTC

karaf-cellar git commit: [KARAF-4938] Use hazelcast-all bundle in order to allow HTTP session replication support

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 037c697a2 -> 3814394da


[KARAF-4938] Use hazelcast-all bundle in order to allow HTTP session replication support


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/3814394d
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/3814394d
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/3814394d

Branch: refs/heads/master
Commit: 3814394da2a3286cf0e3562c0d8e7902cd9aa63e
Parents: 037c697
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Wed Apr 19 15:52:08 2017 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Wed Apr 19 15:52:08 2017 +0200

----------------------------------------------------------------------
 assembly/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/3814394d/assembly/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml
index d9706a3..9d78fe0 100644
--- a/assembly/src/main/resources/features.xml
+++ b/assembly/src/main/resources/features.xml
@@ -30,7 +30,7 @@
         <configfile finalname="/etc/hazelcast.xml">mvn:org.apache.karaf.cellar/apache-karaf-cellar/${project.version}/xml/hazelcast</configfile>
         <bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
         <bundle>mvn:com.eclipsesource.minimal-json/minimal-json/0.9.2</bundle>
-        <bundle>mvn:com.hazelcast/hazelcast/${hazelcast.version}</bundle>
+        <bundle>mvn:com.hazelcast/hazelcast-all/${hazelcast.version}</bundle>
     </feature>
 
     <feature name="cellar-hazelcast" description="Cellar implementation based on Hazelcast" version="${project.version}">