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 0E5BF1730A for ; Fri, 17 Apr 2015 12:40:17 +0000 (UTC) Received: (qmail 8592 invoked by uid 500); 17 Apr 2015 12:40:16 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 8545 invoked by uid 500); 17 Apr 2015 12:40:16 -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 8536 invoked by uid 99); 17 Apr 2015 12:40:16 -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; Fri, 17 Apr 2015 12:40:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 71081DFF8B; Fri, 17 Apr 2015 12:40:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ggrzybek@apache.org To: commits@camel.apache.org Message-Id: <6f699bfd46df45c2a0d4d44d789f34b7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: [CAMEL-8659] Use commons-lang 2.6 in camel-xmljson feature Date: Fri, 17 Apr 2015 12:40:16 +0000 (UTC) Repository: camel Updated Branches: refs/heads/camel-2.15.x 8b24c95be -> fc5833ca7 [CAMEL-8659] Use commons-lang 2.6 in camel-xmljson feature (cherry picked from commit 2207ae39e0d8cb7eee3802273406db600b6e9beb) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fc5833ca Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fc5833ca Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fc5833ca Branch: refs/heads/camel-2.15.x Commit: fc5833ca7e65938d4575facddeb62dd558ca9a95 Parents: 8b24c95 Author: Grzegorz Grzybek Authored: Fri Apr 17 14:33:42 2015 +0200 Committer: Grzegorz Grzybek Committed: Fri Apr 17 14:39:49 2015 +0200 ---------------------------------------------------------------------- components/camel-xmljson/pom.xml | 5 +++++ parent/pom.xml | 1 - platforms/karaf/features/src/main/resources/features.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fc5833ca/components/camel-xmljson/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-xmljson/pom.xml b/components/camel-xmljson/pom.xml index 0422cfb..428a660 100644 --- a/components/camel-xmljson/pom.xml +++ b/components/camel-xmljson/pom.xml @@ -46,6 +46,11 @@ ${jsonlib-version} jdk15 + + commons-lang + commons-lang + ${commons-lang-version} + http://git-wip-us.apache.org/repos/asf/camel/blob/fc5833ca/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 3e8e727..8f9dfa5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -111,7 +111,6 @@ 2.1.1 1.3 2.6 - 2.5 3.3.2 1.1.3 2.2 http://git-wip-us.apache.org/repos/asf/camel/blob/fc5833ca/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 8aad119..57bd4ca 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1535,7 +1535,7 @@ mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.oro/${oro-bundle-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ezmorph/${ezmorph-bundle-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.json-lib/${jsonlib-bundle-version} - mvn:commons-lang/commons-lang/${commons-lang-version-xmljson} + mvn:commons-lang/commons-lang/${commons-lang-version} mvn:commons-collections/commons-collections/${commons-collections-version} camel-core mvn:org.apache.camel/camel-xmljson/${project.version}