[java-metadata-aggregator COMMIT] /trunk/aggregator-cli/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 22 12:12:39 EDT 2014


Author: iay
Date: Mon Sep 22 12:12:39 2014
New Revision: 382

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=382&view=rev
Log:
Bundle required logging framework packages.

Modified:
    trunk/aggregator-cli/pom.xml

Modified: trunk/aggregator-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-cli/pom.xml?rev=382&r1=381&r2=382&view=diff
==============================================================================
--- trunk/aggregator-cli/pom.xml (original)
+++ trunk/aggregator-cli/pom.xml Mon Sep 22 12:12:39 2014
@@ -39,6 +39,16 @@
 
         <!-- Runtime Dependencies -->
         <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
             <scope>runtime</scope>



More information about the commits mailing list