[java-idp-testbed] branch master updated: IDP-1465 - Remove unneeded dependency exclusion

Ian Young ian at iay.org.uk
Mon Jan 20 11:46:54 EST 2020


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

iay pushed a commit to branch master
in repository java-idp-testbed.

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

The following commit(s) were added to refs/heads/master by this push:
       new  f0bfcee   IDP-1465 - Remove unneeded dependency exclusion
f0bfcee is described below

commit f0bfcee95873372f6135b13973f80aeebba80c26
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 20 16:46:49 2020 +0000

    IDP-1465 - Remove unneeded dependency exclusion
    
    Spring Framework no longer has a dependency on commons-logging, so this exclusion has no effect.
    https://issues.shibboleth.net/jira/browse/IDP-1465
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index b486045..524a0a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,12 +280,6 @@
             <artifactId>spring-test</artifactId>
             <version>${spring.version}</version>
             <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
 
     </dependencies>

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


More information about the commits mailing list