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

[2/2] commons-csv git commit: Add test data files "optd_por_public.csv" and "999751170.patch.csv" to rat exclusions.

Add test data files "optd_por_public.csv" and "999751170.patch.csv" to rat exclusions.


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

Branch: refs/heads/master
Commit: fb03b651503929cd1c603059332950fcc5d632d2
Parents: fe5cf5c
Author: pascalschumacher <pa...@gmx.net>
Authored: Tue Aug 1 20:38:31 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Tue Aug 1 20:38:31 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/fb03b651/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c71bd9..eaa4bc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,8 @@ CSV files of various types.
           <excludes>
             <!-- These files are used as test data and test result specifications. -->
             <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>