From: Erik Brakkee 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.7~708 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=8eb3fc581b0950c4d6b8d0b7c1560037dfdb03de;p=utils added derby and mysql to the test classpath for all projects. --- diff --git a/pom.xml b/pom.xml index 15b3c807..52758f75 100644 --- a/pom.xml +++ b/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 +