saml2: add opensaml as dependency 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/a6a63dd2 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a6a63dd2 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a6a63dd2 Branch: refs/heads/master Commit: a6a63dd2d3505e015550e658b253060b4ea5e0b7 Parents: 6016613 Author: Rohit Yadav <rohit.ya...@shapeblue.com> Authored: Tue Aug 12 07:25:41 2014 +0200 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Tue Aug 12 12:01:29 2014 +0200 ---------------------------------------------------------------------- plugins/user-authenticators/saml2/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a6a63dd2/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 @@ <artifactId>spring-security-saml2-core</artifactId> <version>1.0.0.RELEASE</version> </dependency> + <dependency> + <groupId>org.opensaml</groupId> + <artifactId>opensaml</artifactId> + <version>2.6.1</version> + </dependency> </dependencies> </project>