[java-identity-provider COMMIT] in /trunk: idp-consent-impl/pom.xml idp-parent/pom.xml idp-tou-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Mar 19 13:06:07 EDT 2014
Author: iay
Date: Wed Mar 19 13:06:07 2014
New Revision: 5606
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5606&view=rev
Log:
JPAR-49 dependencies: move dependency management for spring-jdbc into parent project
Modified:
trunk/idp-consent-impl/pom.xml
trunk/idp-parent/pom.xml
trunk/idp-tou-impl/pom.xml
Modified: trunk/idp-consent-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-impl/pom.xml?rev=5606&r1=5605&r2=5606&view=diff
==============================================================================
--- trunk/idp-consent-impl/pom.xml (original)
+++ trunk/idp-consent-impl/pom.xml Wed Mar 19 13:06:07 2014
@@ -38,7 +38,6 @@
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=5606&r1=5605&r2=5606&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Wed Mar 19 13:06:07 2014
@@ -155,17 +155,6 @@
<groupId>net.shibboleth.ext</groupId>
<artifactId>spring-extensions</artifactId>
<version>1.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>${spring.groupId}</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>${spring-webflow.groupId}</groupId>
Modified: trunk/idp-tou-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-tou-impl/pom.xml?rev=5606&r1=5605&r2=5606&view=diff
==============================================================================
--- trunk/idp-tou-impl/pom.xml (original)
+++ trunk/idp-tou-impl/pom.xml Wed Mar 19 13:06:07 2014
@@ -43,7 +43,6 @@
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
More information about the commits
mailing list