[java-identity-provider] branch main updated: IDP-1637 - Investigate possible addition of more logging facades
Scott Cantor
cantor.2 at osu.edu
Thu Jan 21 14:12:46 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=a0b5083633666145709cf56c695c73136493e5dc
The following commit(s) were added to refs/heads/main by this push:
new a0b508363 IDP-1637 - Investigate possible addition of more logging facades
a0b508363 is described below
commit a0b5083633666145709cf56c695c73136493e5dc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 21 09:12:43 2021 -0500
IDP-1637 - Investigate possible addition of more logging facades
https://issues.shibboleth.net/jira/browse/IDP-1637
Add back the 2 additional bridges for runtime inclusion.
---
idp-war-distribution/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 131ddba85..e3f1fc2b5 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -37,6 +37,17 @@
<artifactId>logback-core</artifactId>
<scope>runtime</scope>
</dependency>
+ <!-- Logging bridges for third-party extensions. -->
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<!-- Support for logback SMTP appender. -->
<dependency>
<groupId>com.sun.mail</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list