[java-idp-testbed] branch main updated: JPAR-197 - Remove our Maven repositories from POMs

Tom Zeller tzeller at dragonacea.biz
Fri Jan 13 15:41:27 UTC 2023


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=e65430a3a00313fab75b4fa7ae6f70a49f089899

The following commit(s) were added to refs/heads/main by this push:
     new e65430a  JPAR-197 - Remove our Maven repositories from POMs
e65430a is described below

commit e65430a3a00313fab75b4fa7ae6f70a49f089899
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 09:41:07 2023 -0600

    JPAR-197 - Remove our Maven repositories from POMs
    
    https://shibboleth.atlassian.net/browse/JPAR-197
---
 pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f53a44..be72157 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,23 +30,6 @@
         <slf4j.version>2.0.3</slf4j.version>
      </properties>
 
-    <repositories>
-        <repository>
-            <id>shib-release</id>
-            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>shib-snapshot</id>
-            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </repository>
-    </repositories>
-
     <dependencies>
         <!-- Compile scope -->
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list