[java-identity-provider COMMIT] /trunk/idp-session-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Aug 28 22:50:16 EDT 2014
Author: scantor
Date: Thu Aug 28 22:50:16 2014
New Revision: 6483
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6483&view=rev
Log:
Add test dependency.
Modified:
trunk/idp-session-impl/pom.xml
Modified: trunk/idp-session-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-session-impl/pom.xml?rev=6483&r1=6482&r2=6483&view=diff
==============================================================================
--- trunk/idp-session-impl/pom.xml (original)
+++ trunk/idp-session-impl/pom.xml Thu Aug 28 22:50:16 2014
@@ -63,6 +63,13 @@
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-core</artifactId>
+ <version>${opensaml.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
<version>${opensaml.version}</version>
<scope>test</scope>
More information about the commits
mailing list