diff options
| author | Brian S. O'Neill <bronee@gmail.com> | 2008-05-11 01:33:53 +0000 |
|---|---|---|
| committer | Brian S. O'Neill <bronee@gmail.com> | 2008-05-11 01:33:53 +0000 |
| commit | 1a384d409db2f070730384c6f83083233044673a (patch) | |
| tree | 81ba4b49afdfe61a9b663523db9070eaf6fce26c /pom.xml | |
| parent | c8bec73cfa29e97bcb7085aea6bfac293933f1fc (diff) | |
Added JDBC tests which use H2.
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -77,6 +77,34 @@ </dependency>
<dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>[1.2,)</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>[1.4,)</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>[3.2,)</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.h2database</groupId>
+ <artifactId>h2database</artifactId>
+ <version>1.0.71</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
|
