[java-idp-testbed COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Aug 3 12:48:22 EDT 2015
Author: scantor
Date: Mon Aug 3 12:48:21 2015
New Revision: 316
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=316&view=rev
Log:
Fix idp-consent dependency in testbed.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=316&r1=315&r2=316&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Aug 3 12:48:21 2015
@@ -198,7 +198,7 @@
<!-- Runtime scope -->
<dependency>
<groupId>${idp.groupId}</groupId>
- <artifactId>idp-consent</artifactId>
+ <artifactId>idp-consent-impl</artifactId>
<version>${idp.version}</version>
<scope>runtime</scope>
</dependency>
More information about the commits
mailing list