[KARAF-2432] Remove the dependency attribute on the hazelcast bundle git-svn-id: https://svn.apache.org/repos/asf/karaf/cellar/branches/cellar-2.3.x@1531350 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/7ca837d7 Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/7ca837d7 Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/7ca837d7 Branch: refs/heads/cellar-2.3.x Commit: 7ca837d7f99a8b8f7c64ce37c95ec1a025c7e659 Parents: fa9efea Author: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Authored: Fri Oct 11 16:52:25 2013 +0000 Committer: jbonofre <jbonofre@13f79535-47bb-0310-9956-ffa450edef68> Committed: Fri Oct 11 16:52:25 2013 +0000 ---------------------------------------------------------------------- assembly/src/main/resources/features.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/7ca837d7/assembly/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/resources/features.xml b/assembly/src/main/resources/features.xml index 868671a..9a910f5 100644 --- a/assembly/src/main/resources/features.xml +++ b/assembly/src/main/resources/features.xml @@ -32,7 +32,7 @@ <configfile finalname="/etc/hazelcast.xml"> mvn:org.apache.karaf.cellar/apache-karaf-cellar/${project.version}/xml/hazelcast </configfile> - <bundle start-level="32" dependency="true">mvn:com.hazelcast/hazelcast/${hazelcast.version}</bundle> + <bundle start-level="32">mvn:com.hazelcast/hazelcast/${hazelcast.version}</bundle> </feature> <feature name="cellar-hazelcast" description="Cellar implementation based on Hazelcast" version="${project.version}" resolver="(obr)"> @@ -97,7 +97,7 @@ <feature version="${jclouds.version}">jclouds</feature> <!-- Adding S3 as the default Blobstore --> <feature version="${jclouds.version}">jclouds-aws-s3</feature> - <bundle dependency="true">mvn:joda-time/joda-time/${joda-time.version}</bundle> + <bundle>mvn:joda-time/joda-time/${joda-time.version}</bundle> <bundle>mvn:org.apache.karaf.cellar/org.apache.karaf.cellar.cloud/${project.version}</bundle> </feature>
