[java-identity-provider COMMIT] in /trunk: idp-attribute-cli/pom.xml idp-attribute-filter-spring/pom.xml idp-attribut...

noreply at shibboleth.net noreply at shibboleth.net
Sat Dec 14 08:53:11 EST 2013


Author: iay
Date: Sat Dec 14 08:53:10 2013
New Revision: 5026

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5026&view=rev
Log:
IDP-315: fix some Spring-related dependencies.

Modified:
    trunk/idp-attribute-cli/pom.xml
    trunk/idp-attribute-filter-spring/pom.xml
    trunk/idp-attribute-resolver-api/pom.xml

Modified: trunk/idp-attribute-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/pom.xml?rev=5026&r1=5025&r2=5026&view=diff
==============================================================================
--- trunk/idp-attribute-cli/pom.xml (original)
+++ trunk/idp-attribute-cli/pom.xml Sat Dec 14 08:53:10 2013
@@ -54,8 +54,12 @@
             <artifactId>spring-webflow</artifactId>
         </dependency>
         <dependency>
-          <groupId>${spring.groupId}</groupId>
-          <artifactId>spring-context</artifactId>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-context</artifactId>
         </dependency>
         <dependency>
             <groupId>com.beust</groupId>

Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=5026&r1=5025&r2=5026&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Sat Dec 14 08:53:10 2013
@@ -43,9 +43,14 @@
           <artifactId>spring-beans</artifactId>
         </dependency>
         <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
+        </dependency>
+        <dependency>
           <groupId>${spring.groupId}</groupId>
           <artifactId>spring-context</artifactId>
         </dependency>
+
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->

Modified: trunk/idp-attribute-resolver-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/pom.xml?rev=5026&r1=5025&r2=5026&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/pom.xml (original)
+++ trunk/idp-attribute-resolver-api/pom.xml Sat Dec 14 08:53:10 2013
@@ -34,6 +34,11 @@
             <artifactId>opensaml-saml-api</artifactId>
             <version>${opensaml.version}</version>
         </dependency>
+        
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-beans</artifactId>
+        </dependency>
 
         <!-- Provided Dependencies -->
 



More information about the commits mailing list