[java-idp-jetty-base] branch 9.3 updated: Add slf4j-api to lib/logging
Tom Zeller
tzeller at dragonacea.biz
Mon Aug 22 16:03:50 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.3
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=1db3c6567948e683a6249e1cc219299fe97d9f62
The following commit(s) were added to refs/heads/9.3 by this push:
new 1db3c65 Add slf4j-api to lib/logging
1db3c65 is described below
commit 1db3c6567948e683a6249e1cc219299fe97d9f62
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Aug 22 15:02:55 2016 -0500
Add slf4j-api to lib/logging
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 1a5b924..0494b31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,10 @@
<groupId>${slf4j.groupId}</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</artifactItem>
+ <artifactItem>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </artifactItem>
</artifactItems>
<outputDirectory>${assemblyDirectory}/jetty-base/lib/logging/</outputDirectory>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list