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 <[email protected]>
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>
 

Reply via email to