You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2018/02/09 14:21:28 UTC

[03/34] commons-csv git commit: Add missing CSV test files to RAT report exclusions list

Add missing CSV test files to RAT report exclusions list


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/9d2b6d75
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/9d2b6d75
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/9d2b6d75

Branch: refs/heads/CSV-216
Commit: 9d2b6d75c8af5678538b03db8b615f0ce46e5763
Parents: f7d7d63
Author: Bruno P. Kinoshita <br...@yahoo.com.br>
Authored: Sun Aug 27 10:31:03 2017 +1200
Committer: Bruno P. Kinoshita <br...@yahoo.com.br>
Committed: Sun Aug 27 10:31:03 2017 +1200

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/9d2b6d75/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2af9ee1..e05d463 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,6 +331,8 @@ CSV files of various types.
         <configuration>
           <excludes>
             <exclude>src/test/resources/csv-167/sample1.csv</exclude>
+            <exclude>src/test/resources/CSV-198/optd_por_public.csv</exclude>
+            <exclude>src/test/resources/CSV-213/999751170.patch.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/bom.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/test.csv</exclude>
             <exclude>src/test/resources/CSVFileParser/test_default.txt</exclude>