You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/04/13 07:48:24 UTC

[4/5] camel git commit: CAMEL-11130: camel-protobuf - Fix itest in camel-itest-karaf

CAMEL-11130: camel-protobuf - Fix itest in camel-itest-karaf


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

Branch: refs/heads/master
Commit: 6ea3868941d42164b07ca83537bea5325164b258
Parents: 926dfd2
Author: Tadayoshi Sato <sa...@gmail.com>
Authored: Thu Apr 13 12:33:35 2017 +0900
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Apr 13 09:48:13 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/6ea38689/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 61abd4c..5e1a7ef 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1455,6 +1455,10 @@
   <feature name='camel-protobuf' version='${project.version}' resolver='(obr)' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.google.protobuf/protobuf-java/${protobuf-version}</bundle>
+    <bundle dependency='true'>mvn:com.google.protobuf/protobuf-java-util/${protobuf-version}</bundle>
+    <bundle dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle>
+    <bundle dependency='true'>mvn:com.google.guava/guava/${protobuf-guava-version}</bundle>
+    <bundle dependency='true'>mvn:com.google.code.gson/gson/${gson-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-protobuf/${project.version}</bundle>
   </feature>
   <feature name='camel-quartz' version='${project.version}' resolver='(obr)' start-level='50'>