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:17:40 UTC

[camel-spring-boot] branch main updated: Camel-Spark 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 20231cd  Camel-Spark Itest Fixed
20231cd is described below

commit 20231cd48f940f3812b5f27876acef920f52021e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 26 14:17:18 2021 +0200

    Camel-Spark Itest Fixed
---
 .../org/apache/camel/itest/springboot/util/ArquillianPackager.java     | 3 +++
 1 file changed, 3 insertions(+)

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 64c1d53..40a6971 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
@@ -366,6 +366,9 @@ public final class ArquillianPackager {
         ignore.add("com.google.api");
         ignore.add("com.google.http-client");
         ignore.add("org.eclipse.rdf4j");
+        ignore.add("org.scala-lang");
+        ignore.add("org.datanucleus");
+        ignore.add("org.apache.hive");
 
         // these are from camel-spring-boot and not camel repo so ignore them
         ignore.add("org.apache.camel:camel-spring-cloud-consul");