Skip to content

Commit af4a695

Browse files
committed
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
1 parent 625bafa commit af4a695

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
@@ -43,7 +43,8 @@ CSV files of various types.
4343
<dependency>
4444
<groupId>commons-io</groupId>
4545
<artifactId>commons-io</artifactId>
46-
<version>2.4</version>
46+
<!-- 2.2 is last version compatible with Java 1.5 -->
47+
<version>2.2</version>
4748
<scope>test</scope>
4849
</dependency>
4950
</dependencies>

0 commit comments

Comments
 (0)