Better way to deal with alt CSV jar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
be917c6664
commit
923b96f141
5
pom.xml
5
pom.xml
|
@ -423,13 +423,12 @@ CSV files of various types.
|
|||
<version>2.2.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and copy in the base directory -->
|
||||
<!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
|
||||
mvn install:install-file -Dfile=E:/Java/skife.org/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar -->
|
||||
<dependency>
|
||||
<groupId>org.skife.kasparov</groupId>
|
||||
<artifactId>csv</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/csv-1.0.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue