[java-opensaml COMMIT] in /trunk/opensaml-profile-impl: pom.xml src/test/java/org/opensaml/profile/action/impl/Popula...

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 1 19:57:09 EDT 2014


Author: scantor
Date: Tue Apr  1 19:57:09 2014
New Revision: 3751

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3751&view=rev
Log:
OSJ-70 - Unit test

Added:
    trunk/opensaml-profile-impl/src/test/java/org/opensaml/profile/action/impl/PopulateSignatureValidationParametersTest.java   (with props)
Modified:
    trunk/opensaml-profile-impl/pom.xml

Modified: trunk/opensaml-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/pom.xml?rev=3751&r1=3750&r2=3751&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/pom.xml (original)
+++ trunk/opensaml-profile-impl/pom.xml Tue Apr  1 19:57:09 2014
@@ -62,6 +62,13 @@
         </dependency>
 
         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>opensaml-xmlsec-impl</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>${spring.groupId}</groupId>
             <version>${spring.version}</version>
             <artifactId>spring-core</artifactId>



More information about the commits mailing list