You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/02/14 10:21:56 UTC

[karaf-decanter] branch master updated: [KARAF-6617] Fix camel collector utests

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new ae7cde6  [KARAF-6617] Fix camel collector utests
     new 6e24f19  Merge pull request #121 from jbonofre/KARAF-6617
ae7cde6 is described below

commit ae7cde64c9fd8999890b700adc92821559b66749
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Feb 14 11:10:25 2020 +0100

    [KARAF-6617] Fix camel collector utests
---
 collector/camel/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/collector/camel/pom.xml b/collector/camel/pom.xml
index 3b64012..6729cc7 100644
--- a/collector/camel/pom.xml
+++ b/collector/camel/pom.xml
@@ -52,6 +52,12 @@
             <artifactId>org.apache.karaf.decanter.marshaller.json</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.3.1</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>