[java-identity-provider] 03/03: Revert "Override logback version in war-distribution POM."

Rod Widdowson rdw at steadingsoftware.com
Fri Dec 17 13:45:54 UTC 2021


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

rdw 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=7fd5485de302b6609f0ec3a3a3e3cdd41ec7278a

commit 7fd5485de302b6609f0ec3a3a3e3cdd41ec7278a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 17 13:34:47 2021 +0000

    Revert "Override logback version in war-distribution POM."
    
    This reverts commit 7a6f0f26e549c90829ad2714709020b68ca2df82.
---
 idp-war-distribution/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 2aa2068a4..fb2ff1896 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -30,13 +30,11 @@
         <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