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 2015/01/16 05:14:39 UTC

karaf-cellar git commit: [KARAF-3294] Fix the Cellar hazelcast feature for hazelcast 3.3.4

Repository: karaf-cellar
Updated Branches:
  refs/heads/master 6c600318c -> c21237298


[KARAF-3294] Fix the Cellar hazelcast feature for hazelcast 3.3.4


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

Branch: refs/heads/master
Commit: c2123729813e7ad08b47539f8c6f11f12d16958e
Parents: 6c60031
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Jan 15 21:37:20 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Jan 15 21:37:20 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/c2123729/assembly/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml
index fb51245..ddefc52 100644
--- a/assembly/src/main/resources/features.xml
+++ b/assembly/src/main/resources/features.xml
@@ -33,6 +33,7 @@
             mvn:org.apache.karaf.cellar/apache-karaf-cellar/${project.version}/xml/hazelcast
         </configfile>
         <bundle start-level="30" dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
+        <bundle start-level="30" dependency="true">mvn:com.eclipsesource.minimal-json/minimal-json/0.9.2</bundle>
         <bundle start-level="32">mvn:com.hazelcast/hazelcast/${hazelcast.version}</bundle>
     </feature>