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/09 08:32:17 UTC

[camel] 01/02: Fixed Camel-Sjms2 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

commit f2b45e3265547048c41c5ffddbea5f2b5d965a55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 9 09:04:53 2018 +0100

    Fixed Camel-Sjms2 Spring Boot ITest
---
 .../test/java/org/apache/camel/itest/springboot/CamelSjms2Test.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSjms2Test.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSjms2Test.java
index 803e10d..3078c43 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSjms2Test.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSjms2Test.java
@@ -42,14 +42,13 @@ public class CamelSjms2Test extends AbstractSpringBootTestSupport {
 //                .dependency("com.atomikos:transactions-api:3.9.3")
 //                .dependency("javax.transaction:javax.transaction-api:1.2")
 //                .disableJmx("org.apache.activemq:*")
+                .dependency("javax.json:javax.json-api")
                 .build();
     }
 
     @Test
     public void componentTests() throws Exception {
         this.runComponentTest(config);
-
-        // Unit tests can be enabled if required
         //this.runModuleUnitTestsIfEnabled(config);
     }