[java-idp-testbed COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun May 10 15:06:58 EDT 2015
Author: scantor
Date: Sun May 10 15:06:57 2015
New Revision: 302
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=302&view=rev
Log:
IDP-380 - Review idp-conf Maven dependencies
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/pom.xml?rev=302&r1=301&r2=302&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Sun May 10 15:06:57 2015
@@ -49,12 +49,12 @@
<groupId>${idp.groupId}</groupId>
<artifactId>idp-conf</artifactId>
<version>${idp.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-conf</artifactId>
+ <version>${idp.version}</version>
<type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-conf</artifactId>
- <version>${idp.version}</version>
</dependency>
<dependency>
@@ -201,6 +201,13 @@
</dependency>
<!-- Runtime scope -->
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-consent</artifactId>
+ <version>${idp.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-ui</artifactId>
More information about the commits
mailing list