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 2018/02/28 09:30:06 UTC

[camel] branch master updated: CAMEL-12301: 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


The following commit(s) were added to refs/heads/master by this push:
     new 732ad6d  CAMEL-12301: Fixed test
732ad6d is described below

commit 732ad6de4d34091aefed941ffe5bd117eaebc0f1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 28 10:29:48 2018 +0100

    CAMEL-12301: Fixed test
---
 .../java/org/apache/camel/itest/springboot/util/ArquillianPackager.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/ArquillianPackager.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/ArquillianPackager.java
index 86734f6..5119c86 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/ArquillianPackager.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/util/ArquillianPackager.java
@@ -305,6 +305,7 @@ public final class ArquillianPackager {
         ignore.add("io.netty:netty:jar"); // an old version
         ignore.add("io.netty:netty-tcnative-boringssl-static");
         ignore.add("io.swagger:swagger-parser");
+        ignore.add("io.opentracing.contrib:opentracing-");
         ignore.add("org.apache.commons");
         ignore.add("org.apache.curator");
         ignore.add("org.apache.cxf:cxf-api");

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.