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 2019/05/17 08:18:58 UTC

[camel] 04/04: CAMEL-13538 - Camel-Avro Karaf feature no need for Jetty range

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.git

commit 82ad184d42009a0e0c1bc4281660de62b8c5271c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 17 10:10:28 2019 +0200

    CAMEL-13538 - Camel-Avro Karaf feature no need for Jetty range
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index f7fe9a4..91f6996 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -229,7 +229,7 @@
   </feature>
   <feature name='camel-avro' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <feature version="[9,10)">jetty</feature>
+    <feature>jetty</feature>
     <bundle dependency='true'>mvn:org.apache.avro/avro/${avro-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.avro/avro-ipc-jetty/${avro-ipc-jetty-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.avro/avro-ipc-netty/${avro-ipc-netty-version}</bundle>