[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Aug 11 15:08:50 BST 2011


Author: lajoie
Date: Thu Aug 11 15:08:50 2011
New Revision: 4009

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4009&view=rev
Log:
missed a file on last checkin

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4009&r1=4008&r2=4009&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Thu Aug 11 15:08:50 2011
@@ -120,12 +120,6 @@
     <dependencyManagement>
         <dependencies>
             <!-- Compile Dependencies -->
-            <!-- OpenSAML 2 dependency will go away once OpenSAML3 is further along -->
-            <dependency>
-                <groupId>org.opensaml</groupId>
-                <artifactId>opensaml</artifactId>
-                <version>2.5.0</version>
-            </dependency>
             <dependency>
                 <groupId>${spring.groupId}</groupId>
                 <artifactId>spring-jdbc</artifactId>
@@ -147,6 +141,11 @@
                         <artifactId>commons-logging</artifactId>
                     </exclusion>
                 </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity</artifactId>
+                <version>1.7</version>
             </dependency>
             <dependency>
                 <groupId>commons-dbcp</groupId>



More information about the commits mailing list