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 07:59:54 UTC

[camel] 03/05: 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.git

commit 0f06124bd256001d9ffbd7d3e7980ea3f71cabe9
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 23 07:43:36 2021 +0100

    CAMEL-13374: Move XmlStreamReader into camel-xml-io-util module to be independent.
---
 apache-camel/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 5c5ba1c..971aa38 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -146,6 +146,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-xml-io-util</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-jaxb</artifactId>
         </dependency>