Updated Branches: refs/heads/master 321ef6683 -> ff41bd54b
CAMEL-6675: Fixed the karaf feature validation error after the upgrade to hazelcast 3.0.2. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ff41bd54 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ff41bd54 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ff41bd54 Branch: refs/heads/master Commit: ff41bd54bfa9fe964971adcc5df86ed859e8972f Parents: 321ef66 Author: Babak Vahdat <[email protected]> Authored: Tue Oct 1 01:55:05 2013 +0200 Committer: Babak Vahdat <[email protected]> Committed: Tue Oct 1 01:55:05 2013 +0200 ---------------------------------------------------------------------- components/camel-hazelcast/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ff41bd54/components/camel-hazelcast/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-hazelcast/pom.xml b/components/camel-hazelcast/pom.xml index ac16d58..0b8a878 100644 --- a/components/camel-hazelcast/pom.xml +++ b/components/camel-hazelcast/pom.xml @@ -31,7 +31,7 @@ <properties> <camel.osgi.import.before.defaults> - com.hazelcast.*;version="[3.0,4)" + com.hazelcast.*;version="[3.0.2,4)" </camel.osgi.import.before.defaults> <camel.osgi.export.pkg> org.apache.camel.component.hazelcast.*;${camel.osgi.version},
