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 BB3A3183EE for ; Mon, 7 Dec 2015 07:00:32 +0000 (UTC) Received: (qmail 95868 invoked by uid 500); 7 Dec 2015 07:00:32 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 95773 invoked by uid 500); 7 Dec 2015 07:00:32 -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 95632 invoked by uid 99); 7 Dec 2015 07:00:32 -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; Mon, 07 Dec 2015 07:00:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 71293E048E; Mon, 7 Dec 2015 07:00:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Mon, 07 Dec 2015 07:00:34 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/3] camel git commit: Reduce the dependencies Reduce the dependencies Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/86e22d43 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/86e22d43 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/86e22d43 Branch: refs/heads/master Commit: 86e22d436eadb91a1bba801b2b9da2682776c482 Parents: d44532d Author: Claus Ibsen Authored: Mon Dec 7 07:34:44 2015 +0100 Committer: Claus Ibsen Committed: Mon Dec 7 07:34:44 2015 +0100 ---------------------------------------------------------------------- components/camel-test-spring/pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/86e22d43/components/camel-test-spring/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml index 83832cb..ba73e02 100644 --- a/components/camel-test-spring/pom.xml +++ b/components/camel-test-spring/pom.xml @@ -49,30 +49,6 @@ org.springframework spring-test - - org.springframework - spring-context - - - org.springframework - spring-beans - - - org.springframework - spring-expression - - - org.springframework - spring-aop - - - org.springframework - spring-tx - - - org.springframework - spring-core -