[spring-extensions] branch maint-5 updated: Add provided dependency for JCL bridge.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 26 10:24:24 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=94cc08b86160483211de066eae3312ac860ac665
The following commit(s) were added to refs/heads/maint-5 by this push:
new 94cc08b Add provided dependency for JCL bridge.
94cc08b is described below
commit 94cc08b86160483211de066eae3312ac860ac665
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 26 10:23:22 2018 -0500
Add provided dependency for JCL bridge.
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7a42ef4..8b6a126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,13 @@
<optional>true</optional>
</dependency>
+ <!-- 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 -->
<!-- Test dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list