[java-metadata-aggregator] branch master updated: Remove dependency on old logging bridge

Ian Young ian at iay.org.uk
Mon Jan 20 11:40:41 EST 2020


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

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=c2d6d03a9d2fc8dfaa47d0f9b724231485f90532

The following commit(s) were added to refs/heads/master by this push:
       new  c2d6d03   Remove dependency on old logging bridge
c2d6d03 is described below

commit c2d6d03a9d2fc8dfaa47d0f9b724231485f90532
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 20 16:40:30 2020 +0000

    Remove dependency on old logging bridge
    
    We now use Spring Framework 5's own spring-jcl bridgle, so we don't need to (and should not) include the jcl-over-slf4j bridge as well.
---
 aggregator-cli/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/aggregator-cli/pom.xml b/aggregator-cli/pom.xml
index 4e87024..9ccf19e 100644
--- a/aggregator-cli/pom.xml
+++ b/aggregator-cli/pom.xml
@@ -55,11 +55,6 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
-            <groupId>${slf4j.groupId}</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
             <scope>runtime</scope>
@@ -101,4 +96,4 @@
         <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
     </scm>
 
-</project>
\ No newline at end of file
+</project>

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


More information about the commits mailing list