[hibernate-commits] Hibernate SVN: r15379 - annotations/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 23 04:54:17 EDT 2008


Author: hardy.ferentschik
Date: 2008-10-23 04:54:17 -0400 (Thu, 23 Oct 2008)
New Revision: 15379

Modified:
   annotations/trunk/ivy.xml
Log:
added mysql and postgres driver to test dependencies

Modified: annotations/trunk/ivy.xml
===================================================================
--- annotations/trunk/ivy.xml	2008-10-23 07:58:53 UTC (rev 15378)
+++ annotations/trunk/ivy.xml	2008-10-23 08:54:17 UTC (rev 15379)
@@ -32,5 +32,8 @@
         <dependency org="org.slf4j" name="slf4j-log4j12" rev="1.4.2" conf="test->default"/>
         <dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default"/>
         <dependency org="junit" name="junit" rev="3.8.1" conf="test->default"/>
+        <dependency org="hsqldb" name="hsqldb" rev="1.8.0.2" conf="test->default"/>
+        <dependency org="postgresql" name="postgresql" rev="8.3-603.jdbc3" conf="test->default"/>
+        <dependency org="mysql" name="mysql-connector-java" rev="5.1.6" conf="test->default"/>        
     </dependencies>
 </ivy-module>
\ No newline at end of file




More information about the hibernate-commits mailing list