This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch feature/remove-unused-repo in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git
commit 3c7b9c45798990e85dcc10409bb8128bcc925aa0 Author: Robert Munteanu <[email protected]> AuthorDate: Fri Apr 23 16:44:55 2021 +0200 Removed unused Maven repository --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 37bf29d..f968594 100644 --- a/pom.xml +++ b/pom.xml @@ -401,13 +401,4 @@ Export-Package:org.apache.jackrabbit.oak.spi.security.authentication.external.* </profile> </profiles> -<!-- The Shibboleth Repository is needed -https://wiki.shibboleth.net/confluence/display/DEV/Use+of+Maven+Central ---> - <repositories> - <repository> - <id>shibboleth</id> - <url>https://build.shibboleth.net/nexus/content/groups/public</url> - </repository> - </repositories> </project>
