[java-identity-provider COMMIT] in /trunk/idp-authn-api: pom.xml src/main/java/net/shibboleth/idp/authn/context/SAMLC...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 17 15:28:09 EDT 2013


Author: scantor
Date: Wed Jul 17 15:28:09 2013
New Revision: 4588

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4588&view=rev
Log:
Add a SAMLContext type.

Added:
    trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/SAMLContext.java   (with props)
Modified:
    trunk/idp-authn-api/pom.xml

Modified: trunk/idp-authn-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/pom.xml?rev=4588&r1=4587&r2=4588&view=diff
==============================================================================
--- trunk/idp-authn-api/pom.xml (original)
+++ trunk/idp-authn-api/pom.xml Wed Jul 17 15:28:09 2013
@@ -18,6 +18,11 @@
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-saml-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+        <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-profile-api</artifactId>
             <version>${project.version}</version>



More information about the commits mailing list