Skip to content

Commit 8861157

Browse files
committed
[CSV-168] CsvFormat.nullString should not be escaped. [CSV-170]
CSVFormat.MYSQL nullString should be "\N". git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725408 13f79535-47bb-0310-9956-ffa450edef68
1 parent f8b80e8 commit 8861157

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ CSV files of various types.
4545
<version>2.4</version>
4646
<scope>test</scope>
4747
</dependency>
48+
<dependency>
49+
<groupId>org.apache.commons</groupId>
50+
<artifactId>commons-lang3</artifactId>
51+
<version>3.4</version>
52+
<scope>test</scope>
53+
</dependency>
4854
<dependency>
4955
<groupId>com.h2database</groupId>
5056
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)