[java-idp-testbed COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Dec 9 12:20:56 EST 2013
Author: scantor
Date: Mon Dec 9 12:20:56 2013
New Revision: 69
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=69&view=rev
Log:
Add dependency on opensaml-profile-impl
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=69&r1=68&r2=69&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Dec 9 12:20:56 2013
@@ -89,6 +89,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-messaging-impl</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-profile-impl</artifactId>
<version>${opensaml.version}</version>
</dependency>
More information about the commits
mailing list