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

noreply at shibboleth.net noreply at shibboleth.net
Fri Oct 30 15:12:40 EDT 2015


Author: tzeller
Date: Fri Oct 30 15:12:40 2015
New Revision: 7911

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7911&view=rev
Log:
IDP-845 - Move hsqldb test dependency to parent-v3 POM and update to 2.3.3.

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=7911&r1=7910&r2=7911&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml	(original)
+++ trunk/idp-parent/pom.xml	Fri Oct 30 15:12:40 2015
@@ -180,12 +180,6 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>org.hsqldb</groupId>
-                <artifactId>hsqldb</artifactId>
-                <version>2.3.2</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
                 <version>1.10.8</version>



More information about the commits mailing list