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 2020/03/05 06:49:58 UTC

[camel] 01/03: 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.git

commit 3ebce43e5616817c0c5d0707c7c4d70c0b8e250d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 5 07:40:58 2020 +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 ebdf97d..c23df0e 100644
--- a/components/camel-kura/pom.xml
+++ b/components/camel-kura/pom.xml
@@ -87,6 +87,11 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-jaxb</artifactId>
             <scope>test</scope>
         </dependency>