From aad2b212d8c4338d3816ce6de3768a4c34c2f09e Mon Sep 17 00:00:00 2001 From: Filip Hanik Date: Thu, 14 Mar 2019 09:38:29 -0700 Subject: [PATCH] Add missed fixes for not-yet-commons-ssl replacement https://github.com/spring-projects/spring-security-saml/issues/263 [fixes #263] --- core/build.gradle | 2 +- docs/reference/docbook/introduction.xml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core/build.gradle b/core/build.gradle index 3b4b1f16d..29f556ece 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -32,7 +32,7 @@ dependencies { compile group: 'commons-beanutils', name: 'commons-beanutils', version: "$commonsBeanUtilsVersion" compile group: 'org.owasp.antisamy', name: 'antisamy', version: "$antisamyVersion" compile group: 'xalan', name: 'xalan', version:"$xalanVersion" - compile group: "ca.juliusdavies", name: "not-yet-commons-ssl", version: "0.3.17" + compile group: "com.narupley", name: "not-going-to-be-commons-ssl", version: "0.3.19" compile group: "xml-apis", name: "xml-apis", version: "$xmlApisVersion" provided "javax.servlet:javax.servlet-api:3.0.1" diff --git a/docs/reference/docbook/introduction.xml b/docs/reference/docbook/introduction.xml index 17f15a819..b9ff2e8d9 100644 --- a/docs/reference/docbook/introduction.xml +++ b/docs/reference/docbook/introduction.xml @@ -159,16 +159,16 @@ Source code Source code for the project is maintained on Github. + xlink:href="https://github.com/SpringSource/spring-security-saml">Github. - +
Builds - Snapshot builds of the project are available in the + Snapshot builds of the project are available in the SpringSource repository. - We use Bamboo for continuous integration. - + We use Bamboo for continuous integration. +
@@ -189,14 +189,14 @@ Contributions Please send your pull requests directly to GitHub and preferably also open issue in Jira. -
+
Commercial support - + For commercial support and consulting services please contact sales@v7security.com
- +
Community support @@ -212,7 +212,7 @@ Internal processing of SAML messages, marshalling and unmarshalling is handled by OpenSAML. - Spring SAML has a transitive dependency to library not-yet-commons-ssl. + Spring SAML has a transitive dependency to library Not-Going-To-Be-Commons-SSL. Inside Spring SAML this library is only used for hostname verifications and will be removed in case OpenSAML removes the dependency.