mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 23:16:01 +00:00
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
This commit is contained in:
parent
951f6d495e
commit
e2f4016729
3
pom.xml
3
pom.xml
@ -50,7 +50,8 @@ CSV files of various types.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database</groupId>
|
<groupId>com.h2database</groupId>
|
||||||
<artifactId>h2</artifactId>
|
<artifactId>h2</artifactId>
|
||||||
<version>1.3.172</version>
|
<!-- 1.3.172 requires Java 1.6 -->
|
||||||
|
<version>1.3.168</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user