You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/04/04 08:28:06 UTC

[14/15] git commit: updated refs/heads/4.9-mvn-upgrade to 4c10aff

user-authenticators/saml2: Remove unused dependency

Removes Spring security saml extension as it is not needed or used by the
SAML plugin.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/14e927e0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/14e927e0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/14e927e0

Branch: refs/heads/4.9-mvn-upgrade
Commit: 14e927e08b7748f1d7bcd79ea8eceaa6e89aeaec
Parents: 21020c8
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Jan 28 13:06:08 2016 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Apr 4 11:54:41 2016 +0530

----------------------------------------------------------------------
 plugins/user-authenticators/saml2/pom.xml | 6 ++++++
 pom.xml                                   | 6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/14e927e0/plugins/user-authenticators/saml2/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/user-authenticators/saml2/pom.xml b/plugins/user-authenticators/saml2/pom.xml
index a541902..5e24df3 100644
--- a/plugins/user-authenticators/saml2/pom.xml
+++ b/plugins/user-authenticators/saml2/pom.xml
@@ -47,5 +47,11 @@
       <artifactId>cloud-framework-config</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.11.0</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/14e927e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b78e99..bca011f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,6 @@
     <cs.servicemix.version>2.3.4_1</cs.servicemix.version>
     <cs.jetty.version>9.3.7.v20160115</cs.jetty.version>
     <cs.cxf.version>3.1.4</cs.cxf.version>
-    <cs.spring-security-saml2-core.version>1.0.1.RELEASE</cs.spring-security-saml2-core.version>
     <cs.spring-security-core.version>4.0.3.RELEASE</cs.spring-security-core.version>
     <cs.groovy.version>2.4.3</cs.groovy.version>
     <cs.apache-jsp.version>9.3.7.v20160115</cs.apache-jsp.version>
@@ -231,11 +230,6 @@
         <version>${cs.spring-security-core.version}</version>
       </dependency>
       <dependency>
-	    <groupId>org.springframework.security.extensions</groupId>
-	    <artifactId>spring-security-saml2-core</artifactId>
-	    <version>${cs.spring-security-saml2-core.version}</version>
-	  </dependency>
-      <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>
         <version>${cs.bcprov.version}</version>