From commits-return-70410-archive-asf-public=cust-asf.ponee.io@camel.apache.org Mon Mar 4 07:27:12 2019 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 A72CA180627 for ; Mon, 4 Mar 2019 08:27:11 +0100 (CET) Received: (qmail 3025 invoked by uid 500); 4 Mar 2019 07:27:10 -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 3016 invoked by uid 99); 4 Mar 2019 07:27:10 -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; Mon, 04 Mar 2019 07:27:10 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 979C287762; Mon, 4 Mar 2019 07:27:09 +0000 (UTC) Date: Mon, 04 Mar 2019 07:27:08 +0000 To: "commits@camel.apache.org" Subject: [camel] branch master updated: Fixed Camel-Script Karaf ITest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155168442817.16520.360657115963175204@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ca64be3f0d39acf09d586376726762e3813496d9 X-Git-Newrev: 8db2ccb485a2f1c9e8d860edfb7ca1b532a64748 X-Git-Rev: 8db2ccb485a2f1c9e8d860edfb7ca1b532a64748 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 8db2ccb Fixed Camel-Script Karaf ITest 8db2ccb is described below commit 8db2ccb485a2f1c9e8d860edfb7ca1b532a64748 Author: Andrea Cosentino AuthorDate: Mon Mar 4 08:26:46 2019 +0100 Fixed Camel-Script Karaf ITest --- platforms/karaf/features/src/main/resources/features.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 90aa072..444b808 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -2126,6 +2126,10 @@ camel-script mvn:org.codehaus.groovy/groovy/${groovy-version} mvn:org.codehaus.groovy/groovy-jsr223/${groovy-version} + mvn:org.ow2.asm/asm-commons/${asm-version} + mvn:org.ow2.asm/asm-tree/${asm-version} + mvn:org.ow2.asm/asm/${asm-version} + mvn:org.apache.aries/org.apache.aries.util/${aries-util-version} mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${aries-spifly-version}