Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B747B18DB6 for ; Thu, 25 Feb 2016 07:28:45 +0000 (UTC) Received: (qmail 31115 invoked by uid 500); 25 Feb 2016 07:28:42 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 31066 invoked by uid 500); 25 Feb 2016 07:28:42 -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 31057 invoked by uid 99); 25 Feb 2016 07:28:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 07:28:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 77231DFFF9; Thu, 25 Feb 2016 07:28:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Added wrapped mchange-commons-java to camel-quartz2 features Date: Thu, 25 Feb 2016 07:28:42 +0000 (UTC) Repository: camel Updated Branches: refs/heads/camel-2.16.x 00d075c17 -> 7dceea0da Added wrapped mchange-commons-java to camel-quartz2 features Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7dceea0d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7dceea0d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7dceea0d Branch: refs/heads/camel-2.16.x Commit: 7dceea0dac0859aed4da5fccf168b977cb8a7418 Parents: 00d075c Author: Andrea Cosentino Authored: Thu Feb 25 08:20:53 2016 +0100 Committer: Andrea Cosentino Committed: Thu Feb 25 08:26:18 2016 +0100 ---------------------------------------------------------------------- parent/pom.xml | 1 + platforms/karaf/features/src/main/resources/features.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7dceea0d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 362d8c7..ba6ad7d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -366,6 +366,7 @@ 2.13 2.6 2.0 + 0.2.10 3.1.2 1.1.7_6 1.1.7 http://git-wip-us.apache.org/repos/asf/camel/blob/7dceea0d/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 0782c1a..6536248 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1238,6 +1238,7 @@ wrap:mvn:com.mchange/c3p0/${c3p0-version} + wrap:mvn:com.mchange/mchange-commons-java/${mchange-commons-java-version} mvn:org.quartz-scheduler/quartz/${quartz2-version} camel-core mvn:org.apache.camel/camel-quartz2/${project.version}