Updated Branches: refs/heads/camel-2.12.x f2032eebe -> af90f52cb refs/heads/master cec19b03a -> a032a4881
CAMEL-6849 - jruby is now split into 2 OSGi bundles Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a032a488 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a032a488 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a032a488 Branch: refs/heads/master Commit: a032a4881cb1330eafed85e254ef1266e16c0ba5 Parents: cec19b0 Author: Jonathan Anstey <jans...@gmail.com> Authored: Thu Oct 10 10:54:28 2013 -0230 Committer: Jonathan Anstey <jans...@gmail.com> Committed: Thu Oct 10 10:54:34 2013 -0230 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a032a488/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 6feeb88..d662a44 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -814,7 +814,8 @@ </feature> <feature name='camel-ruby' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-script</feature> - <bundle>mvn:org.jruby/jruby/${jruby-version}</bundle> + <bundle dependency='true'>mvn:org.jruby/jruby-core/${jruby-version}</bundle> + <bundle dependency='true'>mvn:org.jruby/jruby-stdlib/${jruby-version}</bundle> </feature> <feature name='camel-rx' version='${project.version}' start-level='50'> <feature version='${project.version}'>camel-core</feature> @@ -857,7 +858,8 @@ </feature> <feature name='camel-script-jruby' version='${project.version}' resolver='(obr)' start-level='50'> <bundle>mvn:http://scriptengines.googlecode.com/svn/m2-repo/!com.google.code.scriptengines/scriptengines-jruby/${scriptengines-version}</bundle> - <bundle dependency='true'>mvn:org.jruby/jruby/${jruby-version}</bundle> + <bundle dependency='true'>mvn:org.jruby/jruby-core/${jruby-version}</bundle> + <bundle dependency='true'>mvn:org.jruby/jruby-stdlib/${jruby-version}</bundle> </feature> <feature name='camel-script-javascript' version='${project.version}' resolver='(obr)' start-level='50'> <bundle>mvn:http://scriptengines.googlecode.com/svn/m2-repo/!com.google.code.scriptengines/scriptengines-javascript/${scriptengines-version}</bundle>