Skip to content

Commit 5d9f00c

Browse files
committed
Better comment.
1 parent 36dd536 commit 5d9f00c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,12 @@
446446
<scope>test</scope>
447447
</dependency>
448448

449-
<!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
450-
mvn install:install-file -Dfile=E:/Java/skife.org/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar -->
449+
<!--
450+
Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with:
451+
mkdir C:\Java\skife.org\
452+
curl https://repo.marketcetera.org/maven/org/skife/kasparov/csv/1.0/csv-1.0.jar -o C:\Java\skife.org\csv-1.0.jar
453+
mvn install:install-file -Dfile=C:/Java/skife.org/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
454+
-->
451455
<dependency>
452456
<groupId>org.skife.kasparov</groupId>
453457
<artifactId>csv</artifactId>

0 commit comments

Comments
 (0)