[java-identity-provider COMMIT] /trunk/idp-core/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 19 13:17:31 EDT 2014


Author: rdw
Date: Wed Mar 19 13:17:31 2014
New Revision: 5608

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5608&view=rev
Log:
IdP-379 Add the Spring converters to the helper method which summons up ApplicationContexts

Modified:
    trunk/idp-core/pom.xml

Modified: trunk/idp-core/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/pom.xml?rev=5608&r1=5607&r2=5608&view=diff
==============================================================================
--- trunk/idp-core/pom.xml (original)
+++ trunk/idp-core/pom.xml Wed Mar 19 13:17:31 2014
@@ -45,6 +45,10 @@
             <scope>compile</scope><!-- normally runtime -->
         </dependency>
 
+        <dependency>
+            <groupId>net.shibboleth.ext</groupId>
+            <artifactId>spring-extensions</artifactId>
+        </dependency>
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->



More information about the commits mailing list