[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 4 20:11:43 EST 2013
Author: tzeller
Date: Wed Dec 4 20:11:43 2013
New Revision: 4984
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4984&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/idp-parent/pom.xml
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4984&r1=4983&r2=4984&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Wed Dec 4 20:11:43 2013
@@ -98,6 +98,7 @@
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
+ <version>${shibboleth.java-support.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -138,6 +139,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>
@@ -154,6 +156,11 @@
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ <version>${shibboleth.spring-extensions.version}</version>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
@@ -188,6 +195,13 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ <version>${shibboleth.spring-extensions.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
More information about the commits
mailing list