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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jul 8 21:32:49 EDT 2014


Author: scantor
Date: Tue Jul  8 21:32:48 2014
New Revision: 6246

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6246&view=rev
Log:
Add missing dep.

Modified:
    trunk/idp-profile-impl/pom.xml

Modified: trunk/idp-profile-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/pom.xml?rev=6246&r1=6245&r2=6246&view=diff
==============================================================================
--- trunk/idp-profile-impl/pom.xml (original)
+++ trunk/idp-profile-impl/pom.xml Tue Jul  8 21:32:48 2014
@@ -42,10 +42,14 @@
             <artifactId>idp-attribute-filter-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-authn-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-session-api</artifactId>
             <version>${project.version}</version>
         </dependency>
 



More information about the commits mailing list