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

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


The following commit(s) were added to refs/heads/camel-master by this push:
     new 230f52f  Workaround https://github.com/apache/camel-quarkus/issues/756
230f52f is described below

commit 230f52fc582c5e98bd8738ff3d6a3d353fd3c490
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Feb 26 09:35:15 2020 +0100

    Workaround https://github.com/apache/camel-quarkus/issues/756
---
 examples/timer-log/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/timer-log/pom.xml b/examples/timer-log/pom.xml
index ab5ea55..20c1d75 100644
--- a/examples/timer-log/pom.xml
+++ b/examples/timer-log/pom.xml
@@ -50,6 +50,10 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-log</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-core-xml</artifactId>
+        </dependency>
 
     </dependencies>
 

Reply via email to