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

noreply at shibboleth.net noreply at shibboleth.net
Wed Sep 21 18:46:02 EDT 2016


Author: scantor
Date: Wed Sep 21 18:46:02 2016
New Revision: 8418

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8418&view=rev
Log:
Checkpoint work on timer support.

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

Modified: trunk/idp-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/pom.xml?rev=8418&r1=8417&r2=8418&view=diff
==============================================================================
--- trunk/idp-profile-api/pom.xml	(original)
+++ trunk/idp-profile-api/pom.xml	Wed Sep 21 18:46:02 2016
@@ -18,6 +18,11 @@
 
     <dependencies>
         <!-- Compile Dependencies -->
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-attribute-api</artifactId>



More information about the commits mailing list