forked from D-Net/dnet-hadoop
GetCSV refactoring - added dependency to open-csv lib
This commit is contained in:
parent
733bcaecf6
commit
7402daf51a
|
@ -117,6 +117,11 @@
|
|||
<groupId>eu.dnetlib.dhp</groupId>
|
||||
<artifactId>dhp-schemas</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.opencsv</groupId>
|
||||
<artifactId>opencsv</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue