You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cs...@apache.org on 2014/04/04 10:33:54 UTC

git commit: CAMEL-7343 Fixing splunk feature. Applying patch with thanks to Xilai Dai

Repository: camel
Updated Branches:
  refs/heads/camel-2.13.x 653f8d6f2 -> 8995e5f20


CAMEL-7343 Fixing splunk feature. Applying patch with thanks to Xilai Dai


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

Branch: refs/heads/camel-2.13.x
Commit: 8995e5f20d1728561ae1aaa259ccd426b87f39fb
Parents: 653f8d6
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Apr 4 10:28:59 2014 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Fri Apr 4 10:28:59 2014 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8995e5f2/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 bc7803d..828f7c4 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1015,6 +1015,7 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.splunk/${splunk-version}</bundle>
     <bundle dependency='true'>mvn:joda-time/joda-time/${jodatime2-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:com.google.code.gson/gson/${gson-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-splunk/${project.version}</bundle>
   </feature>
   <feature name='camel-spring-batch' version='${project.version}' resolver='(obr)' start-level='50'>