From: erik Date: Thu, 15 May 2008 21:22:26 +0000 (+0000) Subject: added derby and mysql to the test classpath for all projects. X-Git-Tag: wamblee-utils-0.2@603~105 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=3e3d5751e449d49c86370d121e98bad53e0663a5;p=utils added derby and mysql to the test classpath for all projects. --- diff --git a/trunk/pom.xml b/trunk/pom.xml index 15b3c807..52758f75 100644 --- a/trunk/pom.xml +++ b/trunk/pom.xml @@ -23,7 +23,7 @@ junit junit 4.4 - test + test org.dbunit @@ -43,7 +43,26 @@ 2.3 test - + + org.apache.derby + derby + test + + + org.apache.derby + derbyclient + test + + + org.apache.derby + derbynet + test + + + mysql + mysql-connector-java + test +