[java-parent-project] branch master updated: JPAR-169 - Remove logging facade test dependencies

Scott Cantor cantor.2 at osu.edu
Wed Jul 8 16:26:22 UTC 2020


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

scantor pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=77cc04be066d887d0c7c9b408e5189694f5db39f

The following commit(s) were added to refs/heads/master by this push:
       new  77cc04b   JPAR-169 - Remove logging facade test dependencies
77cc04b is described below

commit 77cc04be066d887d0c7c9b408e5189694f5db39f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 8 12:26:30 2020 -0400

    JPAR-169 - Remove logging facade test dependencies
    
    https://issues.shibboleth.net/jira/browse/JPAR-169
    
    Remove logging bridge test deps.
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8bd1fba..bb04544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,16 +208,6 @@
             <version>7.1.0</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${slf4j.groupId}</groupId>
-            <artifactId>jul-to-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${slf4j.groupId}</groupId>
-            <artifactId>log4j-over-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <!-- Dependencies with fixed versions and excludes that may be used by projects. -->

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


More information about the commits mailing list