Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 5ac926c3c -> 3c9867b4a
  refs/heads/master 4f3ccee40 -> b5abe04c2


Use gson 2.2.2 (it is a dependency of org.eclipse.egit.github.core:2.1.5) in 
camel-github feature


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b5abe04c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b5abe04c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b5abe04c

Branch: refs/heads/master
Commit: b5abe04c23581d0da96760e029f1bc4ce01b80ef
Parents: 4f3ccee
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:28:57 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/b5abe04c/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 e5f7bae..9638402 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -476,8 +476,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>

Reply via email to