saml2: add spring security saml2 extension 1.0.0.RELEASE Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d8e03b54 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d8e03b54 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d8e03b54 Branch: refs/heads/auth-refactor Commit: d8e03b541df890f0f0295acaa7a6214be47f0c5d Parents: 9146b98 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Authored: Fri Aug 8 10:11:37 2014 +0200 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Tue Aug 12 09:19:41 2014 +0200 ---------------------------------------------------------------------- plugins/user-authenticators/saml2/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d8e03b54/plugins/user-authenticators/saml2/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/saml2/pom.xml b/plugins/user-authenticators/saml2/pom.xml index bfe5eb7..00b3ff0 100644 --- a/plugins/user-authenticators/saml2/pom.xml +++ b/plugins/user-authenticators/saml2/pom.xml @@ -26,4 +26,11 @@ <version>4.5.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> + <dependencies> + <dependency> + <groupId>org.springframework.security.extensions</groupId> + <artifactId>spring-security-saml2-core</artifactId> + <version>1.0.0.RELEASE</version> + </dependency> + </dependencies> </project>