nuodb / migration-tools

Migration tools for NuoDB
http://nuodb.github.com/migration-tools/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Core won't compile due to commons-csv issues #40

Closed cyberbliss closed 9 years ago

cyberbliss commented 9 years ago

The version of Apache Commons-csv specified in the Core pom (1.0.1) is not a release version (at least not in mvnrepository). I tried v1.1 but compilation fails in the CsvFormatBuilder class - it looks like the Quote class (which is imported) has been renamed/removed.

bkmukund commented 9 years ago

Hi cyberbliss , This is fixed .