You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/02/27 11:20:21 UTC

[camel-quarkus] 04/04: Workaround https://github.com/apache/camel-quarkus/issues/756

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

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

commit 370529f0338c7c9108407b1ea97350a1ea12dca2
Author: Claus Ibsen <cl...@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>