This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 5d9f00c Better comment.
5d9f00c is described below
commit 5d9f00cc10c431d964f6fc6d1ba5b5db9984f234
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 22 10:44:24 2021 -0400
Better comment.
---
pom.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index cb91f98..8c43da5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,8 +446,12 @@
<scope>test</scope>
</dependency>
- <!-- 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 -->
+ <!--
+ Not in Maven Central, download manually from
http://kasparov.skife.org/csv/csv-1.0.jar and install with:
+ mkdir C:\Java\skife.org\
+ 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
+ mvn install:install-file -Dfile=C:/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>