[java-idp-jetty-base] 03/05: IDP-1865 Update windows installer to Jetty 9.4.44

Rod Widdowson rdw at steadingsoftware.com
Mon Oct 25 15:49:22 UTC 2021


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

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

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

commit 34b6d8945ff245caa5945feddeed5431d1d39015
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Oct 25 15:16:58 2021 +0100

    IDP-1865 Update windows installer to Jetty 9.4.44
    
    https://shibboleth.atlassian.net/browse/IDP-1865
    
    Add mechanism for, and then update logback and slf4j versions
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 96b7179..ba1d193 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,8 @@
     <version>for-9.4.44-WINDOWS-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>
@@ -140,12 +142,14 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>${slf4j.groupId}</groupId>
+                                    <groupId>org.slf4j</groupId>
                                     <artifactId>slf4j-api</artifactId>
+                                    <version>${slf4j.version}</version>
                                 </artifactItem>
                                 <artifactItem>
-                                    <groupId>${slf4j.groupId}</groupId>
+                                    <groupId>org.slf4j</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>
@@ -235,5 +242,4 @@
             </plugin>
         </plugins>
     </build>
-
 </project>

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


More information about the commits mailing list