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 2018/11/06 15:41:59 UTC

[camel] branch master updated: Fixed Camel AMQP Spring Boot Itest

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 06f78b9  Fixed Camel AMQP Spring Boot Itest
06f78b9 is described below

commit 06f78b943d59188c100dc2acca7d029ec409d36c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 6 16:41:33 2018 +0100

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

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAmqpTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAmqpTest.java
index 4f66a0d..371267f 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAmqpTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAmqpTest.java
@@ -35,6 +35,7 @@ public class CamelAmqpTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelAmqpTest.class))
+                .dependency("javax.json:javax.json-api")
                 .build();
     }