[java-identity-provider COMMIT] in /trunk: idp-attribute-api/pom.xml idp-attribute-cli/pom.xml idp-attribute-filter-a...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 3 06:43:13 EDT 2013
Author: rdw
Date: Thu Oct 3 06:43:13 2013
New Revision: 4818
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4818&view=rev
Log:
IDP-315 Maven dependencies.
Modified:
trunk/idp-attribute-api/pom.xml
trunk/idp-attribute-cli/pom.xml
trunk/idp-attribute-filter-api/pom.xml
trunk/idp-attribute-filter-impl/pom.xml
trunk/idp-attribute-filter-spring/pom.xml
trunk/idp-attribute-mapper-api/pom.xml
trunk/idp-attribute-mapper-impl/pom.xml
trunk/idp-attribute-resolver-api/pom.xml
trunk/idp-attribute-resolver-impl/pom.xml
trunk/idp-attribute-resolver-spring/pom.xml
trunk/idp-authn-api/pom.xml
trunk/idp-authn-impl/pom.xml
trunk/idp-core/pom.xml
trunk/idp-parent/pom.xml
trunk/idp-profile-api/pom.xml
trunk/idp-profile-impl/pom.xml
trunk/idp-saml-api/pom.xml
trunk/idp-saml-impl/pom.xml
trunk/idp-session-api/pom.xml
trunk/idp-session-impl/pom.xml
Modified: trunk/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/pom.xml?rev=4818&r1=4817&r2=4818&view=diff
==============================================================================
--- trunk/idp-attribute-api/pom.xml (original)
+++ trunk/idp-attribute-api/pom.xml Thu Oct 3 06:43:13 2013
@@ -18,21 +18,15 @@
<dependencies>
<!-- Compile Dependencies -->
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-core</artifactId>
+ <version>${opensaml.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
-
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
- </dependency>
-
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
Modified: trunk/idp-attribute-cli/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/pom.xml?rev=4818&r1=4817&r2=4818&view=diff
==============================================================================
--- trunk/idp-attribute-cli/pom.xml (original)
+++ trunk/idp-attribute-cli/pom.xml Thu Oct 3 06:43:13 2013
@@ -32,18 +32,30 @@
<artifactId>idp-profile-api</artifactId>
<version>${project.version}</version>
</dependency>
+
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-profile-api</artifactId>
<version>${opensaml.version}</version>
</dependency>
<dependency>
- <groupId>org.springframework.webflow</groupId>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-core</artifactId>
+ <version>${opensaml.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>${spring-webflow.groupId}</groupId>
<artifactId>spring-webflow</artifactId>
</dependency>
<dependency>
- <groupId>net.shibboleth.ext</groupId>
- <artifactId>spring-extensions</artifactId>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>com.beust</groupId>
@@ -54,14 +66,14 @@
<!-- Runtime Dependencies -->
<dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-profile-impl</artifactId>
+ <version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-profile-impl</artifactId>
- <version>${project.version}</version>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
<scope>runtime</scope>
</dependency>
@@ -70,4 +82,4 @@
<!-- Managed Dependencies -->
</dependencies>
-</project>
+</project>
Modified: trunk/idp-attribute-filter-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-api/pom.xml?rev=4818&r1=4817&r2=4818&view=diff
==============================================================================
--- trunk/idp-attribute-filter-api/pom.xml (original)
+++ trunk/idp-attribute-filter-api/pom.xml Thu Oct 3 06:43:13 2013
@@ -22,17 +22,10 @@
<artifactId>idp-attribute-api</artifactId>
<version>${project.version}</version>
</dependency>
-
<dependency>
[... 938 lines stripped ...]
More information about the commits
mailing list