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 2016/09/05 05:28:17 UTC

karaf-cellar git commit: [KARAF-3869] Use hazelcast bundle instead of hazelcast-all (users can only use fragments to extend hazelcast features)

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 72fb30cbf -> 0340b4e5a


[KARAF-3869] Use hazelcast bundle instead of hazelcast-all (users can only use fragments to extend hazelcast features)


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

Branch: refs/heads/master
Commit: 0340b4e5a475ac02f9af4cce943cc24530db6d49
Parents: 72fb30c
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Mon Sep 5 07:27:26 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Sep 5 07:27:26 2016 +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/0340b4e5/assembly/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml
index 24634e1..7b2dcab 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-all/${hazelcast.version}</bundle>
+        <bundle>mvn:com.hazelcast/hazelcast/${hazelcast.version}</bundle>
     </feature>
 
     <feature name="cellar-hazelcast" description="Cellar implementation based on Hazelcast" version="${project.version}">