[java-identity-provider] branch master updated: Remove jcl bridge dependency from distribution.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 4 16:31: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-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=94d32ff7713edc61fcac0615f5fb6ed8913af0da
The following commit(s) were added to refs/heads/master by this push:
new 94d32ff Remove jcl bridge dependency from distribution.
94d32ff is described below
commit 94d32ff7713edc61fcac0615f5fb6ed8913af0da
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 4 16:31:06 2019 -0500
Remove jcl bridge dependency from distribution.
---
idp-distribution/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 99604ef..ad4cde8 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -70,11 +70,6 @@
<artifactId>logback-core</artifactId>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>${slf4j.groupId}</groupId>
- <artifactId>jcl-over-slf4j</artifactId>
- <scope>runtime</scope>
- </dependency>
<!-- Support for JVM metrics, per IDP-1205. -->
<dependency>
<groupId>io.dropwizard.metrics</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list