You have to manually download the file and put it in the correct location.
It is only used during the OpenJMH tests. Here is the relevant snippet form
pom.xml:

<!-- Not in Maven Central, download manually from
http://kasparov.skife.org/csv/csv-1.0.jar and copy in the base directory -->
<dependency>
  <groupId>org.skife.kasparov</groupId>
  <artifactId>csv</artifactId>
  <version>1.0</version>
  <scope>system</scope>
  <systemPath>${basedir}/csv-1.0.jar</systemPath>
</dependency>

Benedikt

2015-06-16 1:52 GMT+02:00 Gary Gregory <garydgreg...@gmail.com>:

> It seems that the org.skife jar is not in Maven Central:
>
> [ERROR] Failed to execute goal on project commons-csv: Could not resolve
> dependencies for project org.apache.commons:commons-csv:jar:1.1.1-SNAPSHOT:
> Could not find artifact org.skife.kasparov:csv:jar:1.0 at specified path
> C:\vcs\svn\apache\commons\trunks-prope
> r\csv\csv-1.0.jar -> [Help 1]
>
> Thoughts?
>
> Gary
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to