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 2019/05/29 14:23:24 UTC

[camel] branch camel-2.x updated: Fixed Camel-Mail Spring Boot Integration test

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

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


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new e2293dc  Fixed Camel-Mail Spring Boot Integration test
e2293dc is described below

commit e2293dc1acd7b5aa5348fa2f59ed9edf0b0aa7a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed May 29 08:54:32 2019 +0200

    Fixed Camel-Mail Spring Boot Integration test
---
 .../src/test/java/org/apache/camel/itest/springboot/CamelMailTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMailTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMailTest.java
index a6f857c..cef6422 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMailTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMailTest.java
@@ -35,6 +35,7 @@ public class CamelMailTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelMailTest.class))
+                .dependency("javax.mail:javax.mail-api")
                 .build();
         // sometimes the arquillian test fails, but the unit tests don't.
     }