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/22 06:43:03 UTC

[camel-karaf] branch master updated: Fixed test

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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new d54bf68  Fixed test
d54bf68 is described below

commit d54bf68c93e1581fb8bf0d21ede347141908a109
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 22 07:42:32 2021 +0100

    Fixed test
---
 components/camel-kura/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml
index 84ede1f..7f162ca 100644
--- a/components/camel-kura/pom.xml
+++ b/components/camel-kura/pom.xml
@@ -98,6 +98,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-xml-jaxb-dsl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-mock</artifactId>
             <scope>test</scope>
         </dependency>