[java-idp-testbed COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Aug 20 15:31:20 EDT 2014


Author: scantor
Date: Wed Aug 20 15:31:20 2014
New Revision: 280

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=280&view=rev
Log:
JPAR-57 - add runtime logging jars

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=280&r1=279&r2=280&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Aug 20 15:31:20 2014
@@ -213,6 +213,21 @@
             <groupId>net.shibboleth.utilities.jetty9</groupId>
             <artifactId>jetty9-dta-ssl</artifactId>
             <version>1.0-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
             <scope>runtime</scope>
         </dependency>
 



More information about the commits mailing list