[java-opensaml COMMIT] /trunk/opensaml-parent/pom.xml

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


Author: tzeller
Date: Wed Dec  4 20:11:37 2013
New Revision: 3512

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3512&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/opensaml-parent/pom.xml

Modified: trunk/opensaml-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-parent/pom.xml?rev=3512&r1=3511&r2=3512&view=diff
==============================================================================
--- trunk/opensaml-parent/pom.xml (original)
+++ trunk/opensaml-parent/pom.xml Wed Dec  4 20:11:37 2013
@@ -103,6 +103,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
+            <version>${shibboleth.java-support.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
@@ -122,6 +123,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
+            <version>${shibboleth.java-support.version}</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>



More information about the commits mailing list