GetCSV refactoring - removed not needed dependency

This commit is contained in:
Miriam Baglioni 2021-08-13 10:08:58 +02:00
parent 5f674efb0c
commit eaf077fc34
1 changed files with 1 additions and 4 deletions

View File

@ -122,10 +122,7 @@
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.11</artifactId>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
</dependency>
</dependencies>