[java-idp-oidc] branch main updated: Added logback-classic as a project-wide test dependency.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Feb 18 13:54:27 UTC 2021


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
       new  c8c515e5  Added logback-classic as a project-wide test dependency.
c8c515e5 is described below

commit c8c515e505b3e2968a9f3d94f454e8a56b8716c8
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Feb 18 15:53:10 2021 +0200

    Added logback-classic as a project-wide test dependency.
    
    API module didn't get it before after some POM cleanups. IMPL inherited
    it from IdP tests.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 29701925..4524bdd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,11 @@
             <artifactId>slf4j-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>

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


More information about the commits mailing list