[java-opensaml] branch master updated: Add jcl bridge as a test dependency when needed.

Scott Cantor cantor.2 at osu.edu
Fri Jan 4 16:49:57 EST 2019


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

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=4fc1809e99e361802e32dd38bd227707bf98f967

The following commit(s) were added to refs/heads/master by this push:
       new  4fc1809   Add jcl bridge as a test dependency when needed.
4fc1809 is described below

commit 4fc1809e99e361802e32dd38bd227707bf98f967
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 4 16:49:51 2019 -0500

    Add jcl bridge as a test dependency when needed.
---
 opensaml-security-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 0f2bf44..42ed533 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -68,6 +68,12 @@
             <scope>test</scope>
         </dependency>
         
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <scope>test</scope>
+        </dependency>
+        
     </dependencies>
     
     <distributionManagement>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list