Repository: cloudstack Updated Branches: refs/heads/4.9-mvn-upgrade c25ece328 -> 13a5e660e
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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/13a5e660 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/13a5e660 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/13a5e660 Branch: refs/heads/4.9-mvn-upgrade Commit: 13a5e660e23e43a364cbb29d9cc9606e0648ab35 Parents: c25ece3 Author: Rohit Yadav <[email protected]> Authored: Thu Jan 28 13:06:08 2016 +0100 Committer: Rohit Yadav <[email protected]> Committed: Fri Feb 5 19:23:56 2016 +0100 ---------------------------------------------------------------------- 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/13a5e660/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/13a5e660/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>
