<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>4.2</version>
</dependency>
compile
|-- org.apache.commons:commons-lang3:3.7
|-- org.apache.commons:commons-text:1.3
|-- commons-beanutils:commons-beanutils:1.9.3
|-- org.apache.commons:commons-collections4:4.1
test
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.18.3
|-- org.codehaus.groovy:groovy-all:2.4.15