[java-shib-shared] 01/03: JPAR-234 - Track Spring Framework 7.0

Ian Young ian at iay.org.uk
Mon Aug 18 14:10:12 UTC 2025


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

iay pushed a commit to branch dev/JPAR-234
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=b48d674d81a5a7c53861ba48d25261c7d2252cba

commit b48d674d81a5a7c53861ba48d25261c7d2252cba
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 27 18:09:08 2025 +0000

    JPAR-234 - Track Spring Framework 7.0
    
    spring-jcl is no longer required.
    
    https://shibboleth.atlassian.net/browse/JPAR-234
---
 shib-spring/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/shib-spring/pom.xml b/shib-spring/pom.xml
index 351e9ac7..fad78665 100644
--- a/shib-spring/pom.xml
+++ b/shib-spring/pom.xml
@@ -63,10 +63,6 @@
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-expression</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-jcl</artifactId>
-        </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-web</artifactId>

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


More information about the commits mailing list