[java-identity-provider] branch maint-3.4 updated: Add provided dependency for JCL bridge.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 26 10:28:02 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4bff8bcea9d80b3c54b991527bf156e38c60a46e
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 4bff8bc Add provided dependency for JCL bridge.
4bff8bc is described below
commit 4bff8bcea9d80b3c54b991527bf156e38c60a46e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 26 10:27:58 2018 -0500
Add provided dependency for JCL bridge.
---
idp-profile-spring/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index 2de6f73..5dc81cd 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -85,6 +85,13 @@
<!-- Provided Dependencies -->
+ <!-- Override test scope from parent POM to fulfill excluded Spring dependency. -->
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Runtime Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list