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 2021/03/23 08:00:36 UTC

[camel-karaf] branch master updated: CAMEL-13374: Move XmlStreamReader into camel-xml-io-util module to be independent.

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

davsclaus 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 cfa428b  CAMEL-13374: Move XmlStreamReader into camel-xml-io-util module to be independent.
cfa428b is described below

commit cfa428b1e22d793ec780919a88067c3b262ce37b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 23 08:00:57 2021 +0100

    CAMEL-13374: Move XmlStreamReader into camel-xml-io-util module to be independent.
---
 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 2989126..93917d9 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -59,6 +59,7 @@
     <bundle>mvn:org.apache.camel/camel-cloud/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cluster/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-health/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-xml-io-util/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-xml-jaxp/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-xml-jaxb/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-tooling-model/${project.version}</bundle>