[java-identity-provider COMMIT] in /trunk: idp-attribute-resolver-impl/pom.xml idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 14 11:09:14 EST 2013


Author: rdw
Date: Mon Jan 14 11:09:14 2013
New Revision: 4268

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4268&view=rev
Log:
Bump HSQLDB to 2.2.9 and remove local override in resolver-impl

Modified:
    trunk/idp-attribute-resolver-impl/pom.xml
    trunk/idp-parent/pom.xml

Modified: trunk/idp-attribute-resolver-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-impl/pom.xml?rev=4268&r1=4267&r2=4268&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-impl/pom.xml (original)
+++ trunk/idp-attribute-resolver-impl/pom.xml Mon Jan 14 11:09:14 2013
@@ -79,7 +79,6 @@
         <dependency>
             <groupId>org.hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
-            <version>2.2.9</version>
             <scope>test</scope>
         </dependency>
         

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4268&r1=4267&r2=4268&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Mon Jan 14 11:09:14 2013
@@ -168,7 +168,7 @@
             <dependency>
                 <groupId>org.hsqldb</groupId>
                 <artifactId>hsqldb</artifactId>
-                <version>2.0.0</version>
+                <version>2.2.9</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>



More information about the commits mailing list