[java-idp-jetty-base] branch 9.4 updated: IDP-1876 Update logging for Jetty 9.4.44.v20210927

Rod Widdowson rdw at steadingsoftware.com
Thu Oct 28 14:06:59 UTC 2021


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

rdw pushed a commit to branch 9.4
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=bf60a80f9c181004424394bfd28079e072d437bf

The following commit(s) were added to refs/heads/9.4 by this push:
     new bf60a80  IDP-1876 Update logging for Jetty 9.4.44.v20210927
bf60a80 is described below

commit bf60a80f9c181004424394bfd28079e072d437bf
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Oct 27 15:01:47 2021 +0100

    IDP-1876 Update logging for Jetty 9.4.44.v20210927
    
    https://shibboleth.atlassian.net/browse/IDP-1876
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index b35b53f..cfcfafb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,8 @@
     <version>9.4.1-SNAPSHOT</version>
 
     <properties>
+        <slf4j.version>1.7.32</slf4j.version>
+        <logback.version>1.2.6</logback.version>
         <jetty94-dta-ssl.version>1.0.0</jetty94-dta-ssl.version>
         <assemblyDirectory>${project.build.directory}/idp-jetty-base</assemblyDirectory>
     </properties>
@@ -142,10 +144,12 @@
                                 <artifactItem>
                                     <groupId>${slf4j.groupId}</groupId>
                                     <artifactId>slf4j-api</artifactId>
+                                    <version>${slf4j.version}</version>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>${slf4j.groupId}</groupId>
                                     <artifactId>jcl-over-slf4j</artifactId>
+                                    <version>${slf4j.version}</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${assemblyDirectory}/jetty-base/lib/slf4j/</outputDirectory>
@@ -163,14 +167,17 @@
                                 <artifactItem>
                                     <groupId>ch.qos.logback</groupId>
                                     <artifactId>logback-classic</artifactId>
+                                    <version>${logback.version}</version>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>ch.qos.logback</groupId>
                                     <artifactId>logback-core</artifactId>
+                                    <version>${logback.version}</version>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>ch.qos.logback</groupId>
                                     <artifactId>logback-access</artifactId>
+                                    <version>${logback.version}</version>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>${assemblyDirectory}/jetty-base/lib/logback/</outputDirectory>

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


More information about the commits mailing list