summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2010-03-10 01:08:44 +0000
committerBrian S. O'Neill <bronee@gmail.com>2010-03-10 01:08:44 +0000
commitfb364091bb04301097157a281b2187809a676052 (patch)
tree692ff5477b418e95a0bd10c86ccb9ca0ee771199 /pom.xml
parentb3775c4db6eebb0410ea5a558abbfaa2a8fe2d31 (diff)
Fix h2 test dependency.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4695208..4976a95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,8 +98,8 @@
</dependency>
<dependency>
- <groupId>org.h2database</groupId>
- <artifactId>h2database</artifactId>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
<version>[1.2,)</version>
<scope>test</scope>
</dependency>