Skip to content

Commit

Permalink
build(deps): add Univocity Parsers for TSV file parsing IQSS#8085
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 3, 2021
1 parent 2225313 commit 6b8e431
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,13 @@
<scope>provided</scope>
</dependency>

<!-- CSV, TSV, fixed width parsing & bean data binding -->
<dependency>
<groupId>com.univocity</groupId>
<artifactId>univocity-parsers</artifactId>
<version>2.9.1</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 6b8e431

Please sign in to comment.