[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
Thu Mar 21 20:21:25 EDT 2013
Author: scantor
Date: Thu Mar 21 20:21:25 2013
New Revision: 4349
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4349&view=rev
Log:
Update dependencies to sync up with V2.
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=4349&r1=4348&r2=4349&view=diff
==============================================================================
--- trunk/idp-consent-impl/pom.xml (original)
+++ trunk/idp-consent-impl/pom.xml Thu Mar 21 20:21:25 2013
@@ -36,12 +36,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- </dependency>
- <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=4349&r1=4348&r2=4349&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Thu Mar 21 20:21:25 2013
@@ -73,7 +73,7 @@
<!-- Compile Dependencies -->
<dependency>
<!-- needed for logback SMTP appender -->
- <groupId>janino</groupId>
+ <groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
</dependency>
<dependency>
Modified: trunk/idp-tou-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-tou-impl/pom.xml?rev=4349&r1=4348&r2=4349&view=diff
==============================================================================
--- trunk/idp-tou-impl/pom.xml (original)
+++ trunk/idp-tou-impl/pom.xml Thu Mar 21 20:21:25 2013
@@ -36,12 +36,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- </dependency>
- <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