[java-metadata-aggregator COMMIT] /trunk/aggregator-pipeline/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Nov 13 09:27:30 EST 2013
Author: rdw
Date: Wed Nov 13 09:27:30 2013
New Revision: 296
URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=296&view=rev
Log:
MDA-124, IDP-298 Make the MDA use spring resources. Sigh missed the checkin for the pom *AGAIN*
Modified:
trunk/aggregator-pipeline/pom.xml
Modified: trunk/aggregator-pipeline/pom.xml
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/pom.xml?rev=296&r1=295&r2=296&view=diff
==============================================================================
--- trunk/aggregator-pipeline/pom.xml (original)
+++ trunk/aggregator-pipeline/pom.xml Wed Nov 13 09:27:30 2013
@@ -24,6 +24,10 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
</dependency>
<!-- Provided Dependencies -->
More information about the commits
mailing list