Update to latest version of h2 in-memory database

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-08-10 10:21:32 +00:00
parent 040bbefb2c
commit f08b5d61b0
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ CSV files of various types.
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<!-- 1.3.172 requires Java 1.6 -->
<version>1.3.168</version>
<version>1.4.181</version>
<scope>test</scope>
</dependency>
</dependencies>