You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/30 11:38:37 UTC

[camel-karaf] branch master updated: CAMEL-14798 - Avro Camel Karaf feature updated

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new cd36c1c  CAMEL-14798 - Avro Camel Karaf feature updated
cd36c1c is described below

commit cd36c1cc96fab5aebc13299006461e8f6de8da9a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 30 13:18:39 2020 +0200

    CAMEL-14798 - Avro Camel Karaf feature updated
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 5b96253..a0e8864 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -254,6 +254,7 @@
     <bundle dependency='true'>mvn:io.netty/netty/${netty3-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-avro/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-avro-rpc/${project.version}</bundle>
   </feature>
   <feature name='camel-aws' version='${project.version}' start-level='50'>
      <feature version='${project.version}'>camel-aws-cw</feature>