downgrade jruby from 1.7.15 to 1.7.13 as the later ones are not valid OSGI bundles
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e6b9b857 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e6b9b857 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e6b9b857 Branch: refs/heads/master Commit: e6b9b857bb088dab16f812abced80def02d840fb Parents: 90d5751 Author: cmueller <[email protected]> Authored: Sun Sep 14 13:09:49 2014 +0200 Committer: cmueller <[email protected]> Committed: Sun Sep 14 13:09:49 2014 +0200 ---------------------------------------------------------------------- parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e6b9b857/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d190dd5..93c11e7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -254,7 +254,8 @@ <jodatime2-bundle-version>2.3</jodatime2-bundle-version> <josql-bundle-version>1.5_5</josql-bundle-version> <josql-version>1.5</josql-version> - <jruby-version>1.7.15</jruby-version> + <!-- jruby-core 1.7.14 and 1.7.15 are not valid OSGI bundles: see https://github.com/jruby/jruby/issues/1971 --> + <jruby-version>1.7.13</jruby-version> <jsendnsca-version>1.3.1</jsendnsca-version> <jsmpp-version>2.1.0_4</jsmpp-version> <jsch-version>0.1.50</jsch-version>
