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

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


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

scantor pushed a commit to branch master
in repository java-idp-testbed.

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

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

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

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

diff --git a/pom.xml b/pom.xml
index d286f39..03b7b6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,11 +257,6 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
-            <groupId>${slf4j.groupId}</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <scope>runtime</scope>
-        </dependency>
-        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>
             <version>${jetty.version}</version>

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


More information about the commits mailing list