[java-identity-provider] branch main updated: JPAR-179 - Anomalies in our POMs

Scott Cantor cantor.2 at osu.edu
Mon Jun 21 22:09:54 UTC 2021


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

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

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

The following commit(s) were added to refs/heads/main by this push:
       new  0686bb3ed JPAR-179 - Anomalies in our POMs
0686bb3ed is described below

commit 0686bb3ed05dfbb4c51e513f0c2ba754ce6be7a2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 21 18:09:51 2021 -0400

    JPAR-179 - Anomalies in our POMs
    
    https://issues.shibboleth.net/jira/browse/JPAR-179
    
    Re-specify logging bridge versions explicitly.
---
 idp-war-distribution/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 4136e44ef..7c111fc68 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -41,11 +41,13 @@
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
             <artifactId>jul-to-slf4j</artifactId>
+            <version>${slf4j.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
+            <version>${slf4j.version}</version>
             <scope>runtime</scope>
         </dependency>
         <!-- Support for logback SMTP appender. -->

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


More information about the commits mailing list