Use gson 2.2.2 (it is a dependency of org.eclipse.egit.github.core:2.1.5) in camel-github feature
(cherry picked from commit b5abe04c23581d0da96760e029f1bc4ce01b80ef) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3c9867b4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3c9867b4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3c9867b4 Branch: refs/heads/camel-2.15.x Commit: 3c9867b4abd6b04e661f1dc04e4c923c3ca01a9f Parents: 5ac926c Author: Grzegorz Grzybek <gr.grzy...@gmail.com> Authored: Thu Sep 3 12:28:57 2015 +0200 Committer: Grzegorz Grzybek <gr.grzy...@gmail.com> Committed: Thu Sep 3 12:29:14 2015 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3c9867b4/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 898523e..5b8600b 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -436,8 +436,8 @@ </feature> <feature name='camel-github' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${project.version}'>camel-core</feature> - <!--the lastest gson version of github core supports is 2.2 --> - <bundle dependency='true'>mvn:com.google.code.gson/gson/2.2</bundle> + <!--the lastest gson version of github core supports is 2.2.2 --> + <bundle dependency='true'>mvn:com.google.code.gson/gson/2.2.2</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.egit.github.core/${egit-github-core-bundle-version}</bundle> <bundle dependency='true'>mvn:commons-codec/commons-codec/${commons-codec-version}</bundle> <bundle>mvn:org.apache.camel/camel-github/${project.version}</bundle>