Repository: camel
Updated Branches:
  refs/heads/master 26b2e1cbb -> 10cc8249d


CAMEL-7777 polish the 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/db27ed31
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/db27ed31
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/db27ed31

Branch: refs/heads/master
Commit: db27ed31c5a28b9b97a9842d77e5eac779d7d9ea
Parents: 26b2e1c
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Wed Sep 24 13:13:07 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Wed Sep 24 13:13:07 2014 +0800

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/db27ed31/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 25123fa..11829ee 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -403,8 +403,9 @@
   </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 is 2.2.0 -->
-    <bundle dependency='true'>mvn:com.google.code.gson/gson/2.2.0</bundle>
+    <!--the lastest gson version of github core supports is 2.2 -->
+    <bundle dependency='true'>mvn:com.google.code.gson/gson/2.2</bundle>
+    <!--TODO use the servicesmix wrapped bundle -->
     <bundle 
dependency='true'>mvn:org.eclipse.mylyn.github/org.eclipse.egit.github.core/${egit-github-core-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-github/${project.version}</bundle>
    </feature>

Reply via email to