[java-idp-jetty-base] branch 9.2 updated: Add slf4j-api to lib/logging

Tom Zeller tzeller at dragonacea.biz
Mon Aug 22 16:03:34 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.2
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=b058d7cca2770220382e57a9248f43b5cfcdb74e

The following commit(s) were added to refs/heads/9.2 by this push:
       new  b058d7c   Add slf4j-api to lib/logging
b058d7c is described below

commit b058d7cca2770220382e57a9248f43b5cfcdb74e
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 02ea171..5d1a7f6 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