[java-parent-project] branch master updated: Leave jcl bridge as managed dependency, but not explicit one.
Scott Cantor
cantor.2 at osu.edu
Fri Jan 4 16:26:39 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=5325ea1645c4fd4d7e10e3920d0b1a8cfd3ac8ca
The following commit(s) were added to refs/heads/master by this push:
new 5325ea1 Leave jcl bridge as managed dependency, but not explicit one.
5325ea1 is described below
commit 5325ea1645c4fd4d7e10e3920d0b1a8cfd3ac8ca
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 4 16:26:37 2019 -0500
Leave jcl bridge as managed dependency, but not explicit one.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index d446c65..59f54a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,6 +369,12 @@
<version>1.2</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Runtime dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list