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/af90f52c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/af90f52c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/af90f52c Branch: refs/heads/camel-2.12.x Commit: af90f52cbeb1b467094832a056320ecc4c202872 Parents: f2032ee 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:55: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/af90f52c/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 872a5bb..2f7f96d 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -778,7 +778,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> @@ -821,7 +822,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>