[java-identity-provider COMMIT] /trunk/idp-war/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon May 19 09:19:42 EDT 2014
Author: tzeller
Date: Mon May 19 09:19:42 2014
New Revision: 5954
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5954&view=rev
Log:
Add the opensaml-profile-api and -impl modules to the idp-war POM and consequently to WEB-INF/lib.
Modified:
trunk/idp-war/pom.xml
Modified: trunk/idp-war/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-war/pom.xml?rev=5954&r1=5953&r2=5954&view=diff
==============================================================================
--- trunk/idp-war/pom.xml (original)
+++ trunk/idp-war/pom.xml Mon May 19 09:19:42 2014
@@ -124,6 +124,16 @@
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
+ <artifactId>opensaml-profile-api</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
+ <artifactId>opensaml-profile-impl</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opensaml</groupId>
<artifactId>opensaml-storage-api</artifactId>
<version>${opensaml.version}</version>
</dependency>
More information about the commits
mailing list