Add additional integration tests

This commit is contained in:
Dave Syer
2010-11-22 13:06:53 +00:00
committed by Michael Minella
parent c5d352bf06
commit c6e13b3219

View File

@@ -357,6 +357,12 @@
<version>1.8.0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.125</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>