You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/04/23 14:45:31 UTC

[sling-org-apache-sling-auth-saml2] branch feature/remove-unused-repo created (now 3c7b9c4)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch feature/remove-unused-repo
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git.


      at 3c7b9c4  Removed unused Maven repository

This branch includes the following new commits:

     new 3c7b9c4  Removed unused Maven repository

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-auth-saml2] 01/01: Removed unused Maven repository

Posted by ro...@apache.org.
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 <ro...@apache.org>
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>