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

noreply at shibboleth.net noreply at shibboleth.net
Wed Dec 4 20:11:40 EST 2013


Author: tzeller
Date: Wed Dec  4 20:11:40 2013
New Revision: 62

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=62&view=rev
Log:
JPAR-35 Remove circular java-support and spring-extensions managed dependencies from the java-parent-project-v3 POM and move those dependencies to downstream projects. Retain the properties which specify the versions of java-support and spring-extensions in the java-parent-project-v3 POM, hopefully for ease of future upgrades. Minor cleanup of POMs as needed.

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=62&r1=61&r2=62&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Dec  4 20:11:40 2013
@@ -101,6 +101,7 @@
         <dependency>
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
+            <version>${shibboleth.spring-extensions.version}</version>
         </dependency>
 
         <dependency>
@@ -199,7 +200,6 @@
         <dependency>
             <groupId>org.ldaptive</groupId>
             <artifactId>ldaptive</artifactId>
-            <version>1.0.1</version>
             <scope>runtime</scope>
         </dependency>
 



More information about the commits mailing list