[java-identity-provider COMMIT] /trunk/idp-consent-impl/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 24 20:09:00 EDT 2016
Author: scantor
Date: Mon Oct 24 20:09:00 2016
New Revision: 8536
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8536&view=rev
Log:
Add missing dependency in attempt to fix build.
Modified:
trunk/idp-consent-impl/pom.xml
Modified: trunk/idp-consent-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-impl/pom.xml?rev=8536&r1=8535&r2=8536&view=diff
==============================================================================
--- trunk/idp-consent-impl/pom.xml (original)
+++ trunk/idp-consent-impl/pom.xml Mon Oct 24 20:09:00 2016
@@ -31,6 +31,11 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-saml-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
More information about the commits
mailing list