[java-identity-provider] branch maint-4.1 updated: Override logback version in war-distribution POM.

Scott Cantor cantor.2 at osu.edu
Thu Dec 16 13:42:34 UTC 2021


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

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

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

The following commit(s) were added to refs/heads/maint-4.1 by this push:
     new 7a6f0f26e Override logback version in war-distribution POM.
7a6f0f26e is described below

commit 7a6f0f26e549c90829ad2714709020b68ca2df82
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 16 08:42:29 2021 -0500

    Override logback version in war-distribution POM.
---
 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 fb2ff1896..2aa2068a4 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -30,11 +30,13 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
+            <version>${logback.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
+            <version>${logback.version}</version>
             <scope>runtime</scope>
         </dependency>
         <!-- Logging bridges for third-party extensions. -->

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


More information about the commits mailing list