[java-opensaml COMMIT] /trunk/opensaml-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Mar 27 21:38:13 BST 2012


Author: putmanb
Date: Tue Mar 27 21:38:13 2012
New Revision: 2962

URL: http://svn.shibboleth.net/view/java-opensaml?rev=2962&view=rev
Log:
Fix some unit tests failing due to refactoring.  Update POM with required test dependencies.

Modified:
    trunk/opensaml-saml-impl/pom.xml

Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=2962&r1=2961&r2=2962&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Tue Mar 27 21:38:13 2012
@@ -41,8 +41,14 @@
 
         <!-- Test Dependencies -->
         <dependency>
-            <groupId>org.springframework</groupId>
+            <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-core</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -51,6 +57,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-soap-impl</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
         
     </dependencies>
 



More information about the commits mailing list