[java-identity-provider] branch maint-3.4 updated: IDP-1373 - commons-logging is still sneaking into the IdP WAR

Scott Cantor cantor.2 at osu.edu
Mon Jun 22 16:08:38 UTC 2020


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

scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9b1fcbdc653da0c4fa681f38790e0b856c64cb99

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  9b1fcbdc6 IDP-1373 - commons-logging is still sneaking into the IdP WAR
9b1fcbdc6 is described below

commit 9b1fcbdc653da0c4fa681f38790e0b856c64cb99
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 22 12:08:34 2020 -0400

    IDP-1373 - commons-logging is still sneaking into the IdP WAR
    
    https://issues.shibboleth.net/jira/browse/IDP-1373
    
    Add jcl-over-slf4j to complete backported fix.
---
 idp-attribute-resolver-spring/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 6c337e324..91e85fc0a 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -102,6 +102,13 @@
 
         <!-- Provided Dependencies -->
 
+        <!-- Override test scope from parent POM to fulfill excluded Spring dependency. -->
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Runtime Dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>

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


More information about the commits mailing list