[java-parent-project] branch master updated: Remove jcl bridge in favor of Spring's.

Scott Cantor cantor.2 at osu.edu
Fri Jan 4 15:46:08 EST 2019


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=ae4ecc40e0f991f0ac27220d4caa9986bc89b3fc

The following commit(s) were added to refs/heads/master by this push:
       new  ae4ecc4   Remove jcl bridge in favor of Spring's.
ae4ecc4 is described below

commit ae4ecc40e0f991f0ac27220d4caa9986bc89b3fc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 4 15:46:05 2019 -0500

    Remove jcl bridge in favor of Spring's.
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9598fc6..d446c65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,11 +155,6 @@
         </dependency>
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${slf4j.groupId}</groupId>
             <artifactId>jul-to-slf4j</artifactId>
             <scope>test</scope>
         </dependency>
@@ -439,12 +434,6 @@
             </dependency>
             <dependency>
                 <groupId>${slf4j.groupId}</groupId>
-                <artifactId>jcl-over-slf4j</artifactId>
-                <version>${slf4j.version}</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${slf4j.groupId}</groupId>
                 <artifactId>jul-to-slf4j</artifactId>
                 <version>${slf4j.version}</version>
                 <scope>test</scope>

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


More information about the commits mailing list