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 44A3C198D5 for ; Sat, 12 Mar 2016 14:37:22 +0000 (UTC) Received: (qmail 8958 invoked by uid 500); 12 Mar 2016 14:37:22 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 8911 invoked by uid 500); 12 Mar 2016 14:37:22 -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 8897 invoked by uid 99); 12 Mar 2016 14:37:22 -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; Sat, 12 Mar 2016 14:37:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0F7E2DFD43; Sat, 12 Mar 2016 14:37:22 +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: Sat, 12 Mar 2016 14:37:33 -0000 Message-Id: <35adf64695b740dfa2e9364ff11b0dde@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/16] camel git commit: Make more camel-spring-xxx modules install in karaf. Make more camel-spring-xxx modules install in karaf. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/82404655 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/82404655 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/82404655 Branch: refs/heads/master Commit: 824046553381839bfe6c42dee9c2f538cb2aa0be Parents: 9d7499d Author: Claus Ibsen Authored: Sat Mar 12 14:52:28 2016 +0100 Committer: Claus Ibsen Committed: Sat Mar 12 14:52:28 2016 +0100 ---------------------------------------------------------------------- components/camel-spring-security/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/82404655/components/camel-spring-security/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring-security/pom.xml b/components/camel-spring-security/pom.xml index 3d39506..6fa7fb0 100644 --- a/components/camel-spring-security/pom.xml +++ b/components/camel-spring-security/pom.xml @@ -41,6 +41,29 @@ camel-core + + + org.springframework + spring-core + + + org.springframework + spring-aop + + + org.springframework + spring-context + + + org.springframework + spring-beans + + + org.springframework + spring-expression + + + org.springframework.security spring-security-core