[java-identity-provider COMMIT] /trunk/idp-profile-api/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 11 13:59:31 BST 2012
Author: lajoie
Date: Fri May 11 13:59:31 2012
New Revision: 4192
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4192&view=rev
Log:
add spring extensions dep
Modified:
trunk/idp-profile-api/pom.xml
Modified: trunk/idp-profile-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-api/pom.xml?rev=4192&r1=4191&r2=4192&view=diff
==============================================================================
--- trunk/idp-profile-api/pom.xml (original)
+++ trunk/idp-profile-api/pom.xml Fri May 11 13:59:31 2012
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -46,13 +46,18 @@
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.ext</groupId>
+ <artifactId>spring-extensions</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
-
+
</dependencies>
</project>
More information about the commits
mailing list