You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/08/26 12:06:27 UTC

[camel-spring-boot] branch main updated: Camel-Any23 Itest Fixed

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 1fccdcb  Camel-Any23 Itest Fixed
1fccdcb is described below

commit 1fccdcb05157c6e36d6522ae3088ad1f85747b11
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 26 14:06:08 2021 +0200

    Camel-Any23 Itest Fixed
---
 .../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 108350d..64c1d53 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
@@ -365,6 +365,7 @@ public final class ArquillianPackager {
         ignore.add("com.google.cloud");
         ignore.add("com.google.api");
         ignore.add("com.google.http-client");
+        ignore.add("org.eclipse.rdf4j");
 
         // these are from camel-spring-boot and not camel repo so ignore them
         ignore.add("org.apache.camel:camel-spring-cloud-consul");