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

ggrzybek pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new f48dd59  [CAMEL-13332] Add xnio-nio to camel-undertow feature
f48dd59 is described below

commit f48dd59830d2efa3c7e2e08688496c021a29a33a
Author: Grzegorz Grzybek <gr.grzy...@gmail.com>
AuthorDate: Fri Mar 15 15:58:32 2019 +0100

    [CAMEL-13332] Add xnio-nio to camel-undertow feature
---
 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 d906e48..2a43ccc 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2402,6 +2402,7 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle 
dependency='true'>mvn:io.undertow/undertow-core/${undertow-version}</bundle>
     <bundle 
dependency='true'>mvn:org.jboss.xnio/xnio-api/${jboss-xnio-version}</bundle>
+    <bundle 
dependency='true'>mvn:org.jboss.xnio/xnio-nio/${jboss-xnio-version}</bundle>
     <bundle 
dependency='true'>mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-http-common/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-undertow/${project.version}</bundle>

Reply via email to