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/c35f704f
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c35f704f
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c35f704f

Branch: refs/heads/master
Commit: c35f704f21db3d42e8d0a7bd711a159f9fe867ab
Parents: f7f8f07
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 12:01:29 2014 +0200

----------------------------------------------------------------------
 plugins/user-authenticators/saml2/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c35f704f/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>

Reply via email to