[utilities COMMIT] /spring-extensions/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Jan 2 15:39:16 EST 2014


Author: tzeller
Date: Thu Jan  2 15:39:16 2014
New Revision: 496

URL: http://svn.shibboleth.net/view/utilities?rev=496&view=rev
Log:
Add SVNkit as an optional managed dependency to the v3 parent POM and update the spring-extensions and idp-attribute-resolver-spring POMs accordingly.

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=496&r1=495&r2=496&view=diff
==============================================================================
--- spring-extensions/trunk/pom.xml (original)
+++ spring-extensions/trunk/pom.xml Thu Jan  2 15:39:16 2014
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-core</artifactId>
-            <!--  Required for Duration conversion classes. -->
+            <!-- Required for Duration conversion classes. -->
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -85,18 +85,16 @@
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-core</artifactId>
         </dependency>
-
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.tmatesoft.svnkit</groupId>
+            <artifactId>svnkit</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