Skip to content

Commit e2f4016

Browse files
committed
downdate H2 database to version that supports Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1500492 13f79535-47bb-0310-9956-ffa450edef68
1 parent 951f6d4 commit e2f4016

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ CSV files of various types.
5050
<dependency>
5151
<groupId>com.h2database</groupId>
5252
<artifactId>h2</artifactId>
53-
<version>1.3.172</version>
53+
<!-- 1.3.172 requires Java 1.6 -->
54+
<version>1.3.168</version>
5455
<scope>test</scope>
5556
</dependency>
5657
</dependencies>

0 commit comments

Comments
 (0)