[java-opensaml2 COMMIT] /branches/REL_2/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Nov 2 13:29:50 EDT 2012


Author: scantor
Date: Fri Nov  2 13:29:50 2012
New Revision: 1595

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1595&view=rev
Log:
Remove some version overrides and bump xmltooling/openws versions.

Modified:
    branches/REL_2/pom.xml

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/pom.xml?rev=1595&r1=1594&r2=1595&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Fri Nov  2 13:29:50 2012
@@ -47,12 +47,11 @@
         <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>openws</artifactId>
-            <version>1.4.4</version>
+            <version>1.5.0</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
-            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>commons-collections</groupId>
@@ -78,7 +77,6 @@
         <dependency>
             <groupId>org.owasp.esapi</groupId>
             <artifactId>esapi</artifactId>
-            <version>2.0.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-configuration</groupId>
@@ -121,8 +119,7 @@
         <dependency>
             <groupId>joda-time</groupId>
             <artifactId>joda-time</artifactId>
-            <version>1.6.2</version>
-        </dependency>
+            </dependency>
 
         <!-- Provided dependencies -->
         <dependency>



More information about the commits mailing list