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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 77816d7  adding a dependency to make example work (because of #1291)
77816d7 is described below

commit 77816d7233ff921a9d48322a51690b077174af1c
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Thu Jun 18 15:31:40 2020 +0200

    adding a dependency to make example work (because of #1291)
---
 examples/file-split-log-xml/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/file-split-log-xml/pom.xml 
b/examples/file-split-log-xml/pom.xml
index 8333c92..878edd0 100644
--- a/examples/file-split-log-xml/pom.xml
+++ b/examples/file-split-log-xml/pom.xml
@@ -56,6 +56,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-xml-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-xml-jaxb</artifactId>
         </dependency>
         <dependency>

Reply via email to