This is an automated email from the ASF dual-hosted git repository. acosentino 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 7155b5b Fixed Camel-Mail Spring Boot Integration test 7155b5b is described below commit 7155b5b88005568083129fa56be3434b07fe9de0 Author: Andrea Cosentino <anco...@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 64a350f..4c1992e 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. }