[utilities COMMIT] in /spring-extensions/trunk: pom.xml src/test/resources/logback-test.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 2 08:18:44 EST 2014


Author: rdw
Date: Thu Jan  2 08:18:44 2014
New Revision: 495

URL: http://svn.shibboleth.net/view/utilities?rev=495&view=rev
Log:
IDP-346 (port SVN resource) Missed POM and logging.

Added:
    spring-extensions/trunk/src/test/resources/logback-test.xml   (with props)
Modified:
    spring-extensions/trunk/pom.xml

Modified: spring-extensions/trunk/pom.xml
URL: http://svn.shibboleth.net/view/utilities/spring-extensions/trunk/pom.xml?rev=495&r1=494&r2=495&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Thu Jan  2 08:18:44 2014
@@ -77,8 +77,26 @@
             <artifactId>bcprov-jdk15</artifactId>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+        </dependency>
 
+        <dependency>
+            <groupId>joda-time</groupId>
+            <artifactId>joda-time</artifactId>
+        </dependency>
         <!-- Provided dependencies -->
+         <dependency>
+             <groupId>org.tmatesoft.svnkit</groupId>
+             <artifactId>svnkit</artifactId>
+             <version>1.7.8</version>
+             <scope>provided</scope> <!--  constrained by licensing -->
+         </dependency>
 
         <!-- Runtime dependencies -->
 



More information about the commits mailing list