From commits-return-66507-archive-asf-public=cust-asf.ponee.io@camel.apache.org Fri Nov 9 09:32:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6659118067E for ; Fri, 9 Nov 2018 09:32:18 +0100 (CET) Received: (qmail 36324 invoked by uid 500); 9 Nov 2018 08:32:17 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 36305 invoked by uid 99); 9 Nov 2018 08:32:17 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2018 08:32:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id DE8098703F; Fri, 9 Nov 2018 08:32:16 +0000 (UTC) Date: Fri, 09 Nov 2018 08:32:17 +0000 To: "commits@camel.apache.org" Subject: [camel] 01/02: Fixed Camel-Sjms2 Spring Boot ITest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: acosentino@apache.org In-Reply-To: <154175233645.31933.13564578066793206774@gitbox.apache.org> References: <154175233645.31933.13564578066793206774@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: f2b45e3265547048c41c5ffddbea5f2b5d965a55 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181109083216.DE8098703F@gitbox.apache.org> 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 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); }