quux00 / simplecsv

CSV parser for Java, based on the OpenCSV model, but fixing many of the inconsistencies and defects of that codebase.
Other
11 stars 3 forks source link

Invalid Mockito dependency scope #14

Closed skyghis closed 8 years ago

skyghis commented 8 years ago

Hi,

In version 2.0 the mockito dependency scope is not set. So when I include simplecsv on my dependencies I got a dependency to mockito :/

This dependency seam to be a test only dependency. Is it possible to add <scope>test</scope> for next version ?

Thanks in advance.

quux00 commented 8 years ago

Yes, good catch. Apologies for that oversight. I will push out a new version this weekend.

quux00 commented 8 years ago

A new version of simplecsv that corrects this issue is now available in maven central: https://search.maven.org/#artifactdetails|net.quux00.simplecsv|simplecsv|2.1|jar

skyghis commented 8 years ago

I confirm the fix. Thanks !