[java-idp-plugin-jetty] 15/186: IDP-1110 - Override Logback and SLF4J versions
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:06 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=6013694de1ba4772bfff77c77b72d668c8b87743
commit 6013694de1ba4772bfff77c77b72d668c8b87743
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 14 16:34:22 2017 -0500
IDP-1110 - Override Logback and SLF4J versions
---
pom.xml | 1 +
src/main/resources/jetty-base/modules/idp-logging.mod | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7c246f7..5e55834 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@
<excludes>
<exclude>**/.gitkeep</exclude>
</excludes>
+ <filtering>true</filtering>
</resource>
</resources>
</configuration>
diff --git a/src/main/resources/jetty-base/modules/idp-logging.mod b/src/main/resources/jetty-base/modules/idp-logging.mod
index ca40cfc..3477cca 100644
--- a/src/main/resources/jetty-base/modules/idp-logging.mod
+++ b/src/main/resources/jetty-base/modules/idp-logging.mod
@@ -8,3 +8,7 @@ logback-access
[files]
logs/
+
+[ini]
+logback.version?=${logback.version}
+slf4j.version?=${slf4j.version}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list