[java-identity-provider COMMIT] in /trunk: idp-attribute-filter-spring/pom.xml idp-attribute-resolver-spring/pom.xml ...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Mar 20 14:26:48 EDT 2014
Author: rdw
Date: Thu Mar 20 14:26:48 2014
New Revision: 5618
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5618&view=rev
Log:
Ian having pointed out my bug, do some further cleanup of idp-profile-spring pom. Also move idp-schema run <scope>runtime</scope> everywhere it is referenced
Modified:
trunk/idp-attribute-filter-spring/pom.xml
trunk/idp-attribute-resolver-spring/pom.xml
trunk/idp-profile-spring/pom.xml
Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=5618&r1=5617&r2=5618&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Thu Mar 20 14:26:48 2014
@@ -20,11 +20,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-schema</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -59,6 +54,12 @@
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-schema</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test Dependencies -->
<dependency>
Modified: trunk/idp-attribute-resolver-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/pom.xml?rev=5618&r1=5617&r2=5618&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/pom.xml (original)
+++ trunk/idp-attribute-resolver-spring/pom.xml Thu Mar 20 14:26:48 2014
@@ -20,11 +20,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-schema</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -85,6 +80,12 @@
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-schema</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test Dependencies -->
<dependency>
Modified: trunk/idp-profile-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/pom.xml?rev=5618&r1=5617&r2=5618&view=diff
==============================================================================
--- trunk/idp-profile-spring/pom.xml (original)
+++ trunk/idp-profile-spring/pom.xml Thu Mar 20 14:26:48 2014
@@ -20,11 +20,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-schema</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@@ -67,6 +62,13 @@
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>idp-schema</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
<!-- Test Dependencies -->
<dependency>
@@ -76,14 +78,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-impl</artifactId>
- <version>${opensaml.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
<!-- Managed Dependencies -->
</dependencies>
More information about the commits
mailing list