You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/14 18:38:15 UTC

[commons-csv] branch master updated: use [test] scope for supercsv (#48)

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 363dd18  use [test] scope for supercsv (#48)
363dd18 is described below

commit 363dd18906fba3a021482c1360c7fcc5da3fe373
Author: sullis <gi...@seansullivan.com>
AuthorDate: Wed Aug 14 14:38:10 2019 -0400

    use [test] scope for supercsv (#48)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 41e123e..50a3423 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,6 +469,7 @@ CSV files of various types.
           <groupId>net.sf.supercsv</groupId>
           <artifactId>super-csv</artifactId>
           <version>2.2.1</version>
+          <scope>test</scope>
         </dependency>
 
         <!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with: