[java-identity-provider COMMIT] /trunk/idp-consent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 19 18:48:45 EST 2014


Author: scantor
Date: Fri Dec 19 18:48:45 2014
New Revision: 7195

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7195&view=rev
Log:
Add saml-api dependency.

Modified:
    trunk/idp-consent/pom.xml

Modified: trunk/idp-consent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/pom.xml?rev=7195&r1=7194&r2=7195&view=diff
==============================================================================
--- trunk/idp-consent/pom.xml (original)
+++ trunk/idp-consent/pom.xml Fri Dec 19 18:48:45 2014
@@ -26,6 +26,11 @@
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-profile-api</artifactId>
             <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
         </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>



More information about the commits mailing list