mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 07:26:32 +00:00
IO 2.4 requires Java 1.6
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
625bafab76
commit
af4a695069
3
pom.xml
3
pom.xml
@ -43,7 +43,8 @@ CSV files of various types.
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>2.4</version>
|
<!-- 2.2 is last version compatible with Java 1.5 -->
|
||||||
|
<version>2.2</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user