[spring-extensions] branch maint-6 updated: JPAR-197 - Remove our Maven repositories from POMs

Tom Zeller tzeller at dragonacea.biz
Fri Jan 13 14:52:39 UTC 2023


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

tzeller pushed a commit to branch maint-6
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=1b3919cd9e04daf3c715ff04dfd07ec7a6982217

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

commit 1b3919cd9e04daf3c715ff04dfd07ec7a6982217
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 08:44:38 2023 -0600

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

diff --git a/pom.xml b/pom.xml
index fe51c85..53a5b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,23 +31,6 @@
         <jdk.version>15.3</jdk.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 dependencies -->
         <dependency>
@@ -146,13 +129,13 @@
             <artifactId>testng</artifactId>
             <scope>test</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
             <scope>test</scope>
         </dependency>
-        
+
         <dependency>
           <groupId>${spring.groupId}</groupId>
           <artifactId>spring-test</artifactId>

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


More information about the commits mailing list