Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Add missed fixes for not-yet-commons-ssl replacement
Browse files Browse the repository at this point in the history
#263

[fixes #263]
  • Loading branch information
fhanik committed Mar 14, 2019
1 parent 5cae965 commit aad2b21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions docs/reference/docbook/introduction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,16 @@
<title>Source code</title>

<para>Source code for the project is maintained on <link
xlink:href="https://github.com/SpringSource/spring-security-saml">Github</link>.</para>
xlink:href="https://github.com/SpringSource/spring-security-saml">Github</link>.</para>
</section>

<section id="section-build">
<title>Builds</title>

<para>Snapshot builds of the project are available in the
<para>Snapshot builds of the project are available in the
<link xlink:href="http://repo.springsource.org/libs-snapshot/org/springframework/security/extensions/spring-security-saml/">SpringSource repository</link>.
We use <link xlink:href="https://build.springsource.org/browse/SES">Bamboo</link> for continuous integration.
</para>
We use <link xlink:href="https://build.springsource.org/browse/SES">Bamboo</link> for continuous integration.
</para>
</section>

<section id="section-license">
Expand All @@ -189,14 +189,14 @@
<title>Contributions</title>

<para>Please send your pull requests directly to GitHub and preferably also open issue in Jira.</para>
</section>
</section>

<section id="section-commercial-support">
<title>Commercial support</title>

<para>For commercial support and consulting services please contact <link xlink:href="[email protected]">[email protected]</link></para>
</section>

<section id="section-support">
<title>Community support</title>

Expand All @@ -212,7 +212,7 @@
Internal processing of SAML messages, marshalling and unmarshalling is handled by <link
xlink:href="https://wiki.shibboleth.net/confluence/display/OpenSAML/Home">OpenSAML</link>.
</para>
<para>Spring SAML has a transitive dependency to library <link xlink:href="http://juliusdavies.ca/commons-ssl/">not-yet-commons-ssl</link>.
<para>Spring SAML has a transitive dependency to library <link xlink:href="https://github.com/narupley/not-going-to-be-commons-ssl">Not-Going-To-Be-Commons-SSL</link>.
Inside Spring SAML this library is only used for hostname verifications and will be removed in case OpenSAML removes the dependency.</para>
</section>

Expand Down

0 comments on commit aad2b21

Please sign in to comment.