Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-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 A8102CABF for ; Tue, 12 Aug 2014 08:55:33 +0000 (UTC) Received: (qmail 79360 invoked by uid 500); 12 Aug 2014 08:55:31 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 79213 invoked by uid 500); 12 Aug 2014 08:55:31 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 78914 invoked by uid 99); 12 Aug 2014 08:55:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 08:55:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 688628A72FA; Tue, 12 Aug 2014 08:55:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Tue, 12 Aug 2014 08:55:39 -0000 Message-Id: <5715579f314e48f2aa36ed98d591ddda@git.apache.org> In-Reply-To: <56a5bbd810c84c3fa0d94984124b2c99@git.apache.org> References: <56a5bbd810c84c3fa0d94984124b2c99@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/28] git commit: updated refs/heads/auth-refactor to 03ad002 saml2: add opensaml as dependency Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/15084233 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/15084233 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/15084233 Branch: refs/heads/auth-refactor Commit: 150842333e388ec7cc3c54d245771c0fd8c8593f Parents: 54788ef Author: Rohit Yadav Authored: Tue Aug 12 07:25:41 2014 +0200 Committer: Rohit Yadav Committed: Tue Aug 12 09:19:42 2014 +0200 ---------------------------------------------------------------------- plugins/user-authenticators/saml2/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/15084233/plugins/user-authenticators/saml2/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/saml2/pom.xml b/plugins/user-authenticators/saml2/pom.xml index 00b3ff0..a220dcf 100644 --- a/plugins/user-authenticators/saml2/pom.xml +++ b/plugins/user-authenticators/saml2/pom.xml @@ -32,5 +32,10 @@ spring-security-saml2-core 1.0.0.RELEASE + + org.opensaml + opensaml + 2.6.1 +