[java-identity-provider COMMIT] /trunk/idp-attribute-cli/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 24 14:30:18 EDT 2013
Author: tzeller
Date: Fri May 24 14:30:18 2013
New Revision: 4489
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4489&view=rev
Log:
Add idp-attribute-api and idp-profile-api dependencies.
Modified:
trunk/idp-attribute-cli/pom.xml
Modified: trunk/idp-attribute-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/pom.xml?rev=4489&r1=4488&r2=4489&view=diff
==============================================================================
--- trunk/idp-attribute-cli/pom.xml (original)
+++ trunk/idp-attribute-cli/pom.xml Fri May 24 14:30:18 2013
@@ -20,6 +20,16 @@
<dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-attribute-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-profile-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -52,7 +62,7 @@
<dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-profile-impl</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>runtime</scope>
</dependency>
More information about the commits
mailing list