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/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 <rohit.ya...@shapeblue.com>
Authored: Tue Aug 12 07:25:41 2014 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
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 @@
       <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>

Reply via email to