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

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 6 00:42:02 GMT 2011


Author: putmanb
Date: Tue Dec  6 00:42:01 2011
New Revision: 2920

URL: http://svn.shibboleth.net/view/java-opensaml?rev=2920&view=rev
Log:
Add back in test scope dependency that was recently removed.

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=2920&r1=2919&r2=2920&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Tue Dec  6 00:42:01 2011
@@ -44,6 +44,13 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${project.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
         
     </dependencies>
 



More information about the commits mailing list