Fwiw, BouncyCastle 1.50 has broken OSGi metadata, see http://www.bouncycastle.org/jira/browse/BJA-476
2014-04-10 21:40 GMT+02:00 <cmuel...@apache.org>: > Repository: camel > Updated Branches: > refs/heads/master 679c81e9e -> 3b61d108c > > > upgrade bouncycastle from 1.49 to 1.50 > > > Project: http://git-wip-us.apache.org/repos/asf/camel/repo > Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b61d108 > Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b61d108 > Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b61d108 > > Branch: refs/heads/master > Commit: 3b61d108cf18b55df7064fba6c7e93a8759b506f > Parents: 679c81e > Author: cmueller <cmuel...@apache.org> > Authored: Thu Apr 10 21:40:26 2014 +0200 > Committer: cmueller <cmuel...@apache.org> > Committed: Thu Apr 10 21:40:26 2014 +0200 > > ---------------------------------------------------------------------- > parent/pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/camel/blob/3b61d108/parent/pom.xml > ---------------------------------------------------------------------- > diff --git a/parent/pom.xml b/parent/pom.xml > index a5b87bc..19ea3a0 100644 > --- a/parent/pom.xml > +++ b/parent/pom.xml > @@ -66,7 +66,7 @@ > <bcel-bundle-version>5.2_4</bcel-bundle-version> > <beanio-version>2.0.7</beanio-version> > <bsh-version>2.0b5</bsh-version> > - <bouncycastle-version>1.49</bouncycastle-version> > + <bouncycastle-version>1.50</bouncycastle-version> > > <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version> > <c3p0-version>0.9.1.2</c3p0-version> > <castor-bundle-version>1.3.2_2</castor-bundle-version> > >