From 4e438b9f815102a4a42c78ab4539c3d153b207b1 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 13 Mar 2019 12:08:41 -0400 Subject: [PATCH] Update tests from H2 1.4.198 to 1.4.199. --- pom.xml | 1066 +++++++++++++++++++++++++++---------------------------- 1 file changed, 533 insertions(+), 533 deletions(-) diff --git a/pom.xml b/pom.xml index 900bc77b..fc7fa16b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,533 +1,533 @@ - - - - 4.0.0 - - org.apache.commons - commons-parent - 47 - - commons-csv - 1.7-SNAPSHOT - Apache Commons CSV - http://commons.apache.org/proper/commons-csv/ - -The Apache Commons CSV library provides a simple interface for reading and writing -CSV files of various types. - - - - - junit - junit - 4.12 - test - - - org.mockito - mockito-all - 1.10.19 - test - - - commons-io - commons-io - 2.6 - test - - - org.apache.commons - commons-lang3 - 3.8.1 - test - - - com.h2database - h2 - 1.4.198 - test - - - - - - bayard - Henri Yandell - bayard@apache.org - The Apache Software Foundation - - - Martin van den Bemt - mvdb - mvdb@apache.org - The Apache Software Foundation - - - Yonik Seeley - yonik - yonik@apache.org - The Apache Software Foundation - - - Emmanuel Bourg - ebourg - ebourg@apache.org - Apache - - - Gary Gregory - ggregory - ggregory@apache.org - http://www.garygregory.com - - - Benedikt Ritter - britter - britter@apache.org - The Apache Software Foundation - - - Rob Tompkins - chtompki - chtompki@apache.org - The Apache Software Foundation - - - - - Bob Smith - - - - - scm:git:http://git-wip-us.apache.org/repos/asf/commons-csv.git - scm:git:https://git-wip-us.apache.org/repos/asf/commons-csv.git - https://git-wip-us.apache.org/repos/asf?p=commons-csv.git - - - - jira - http://issues.apache.org/jira/browse/CSV - - - - - apache.website - Apache Commons Site - scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/ - - - - - 1.7 - (Java 8) - - RC1 - csv - org.apache.commons.csv - CSV - 12313222 - 2005 - 1.8 - 1.8 - - UTF-8 - UTF-8 - UTF-8 - - 3.0.0 - ${basedir}/LICENSE-header.txt - LICENSE.txt, NOTICE.txt - - - https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId} - - org.apache.commons.${commons.componentid} - - - - clean verify apache-rat:check clirr:check javadoc:javadoc - - - - org.apache.maven.plugins - maven-scm-publish-plugin - 1.1 - - - archives/** - - - - - - - - maven-compiler-plugin - - - **/*Benchmark* - - - - - maven-assembly-plugin - - - src/assembly/bin.xml - src/assembly/src.xml - - gnu - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/perf/PerformanceTest.java - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - ${basedir}/checkstyle.xml - false - - - - - - - org.apache.rat - apache-rat-plugin - - - - - src/test/resources/csv-167/sample1.csv - src/test/resources/CSV-198/optd_por_public.csv - src/test/resources/CSV-213/999751170.patch.csv - src/test/resources/CSVFileParser/bom.csv - src/test/resources/CSVFileParser/test.csv - src/test/resources/CSVFileParser/test_default.txt - src/test/resources/CSVFileParser/test_default_comment.txt - src/test/resources/CSVFileParser/test_rfc4180.txt - src/test/resources/CSVFileParser/test_rfc4180_trim.txt - src/test/resources/CSVFileParser/testCSV85.csv - src/test/resources/CSVFileParser/testCSV85_default.txt - src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt - - src/test/resources/ferc.gov/contract.txt - src/test/resources/ferc.gov/transaction.txt - - - - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${checkstyle.version} - - ${basedir}/checkstyle.xml - false - - - - - - checkstyle - - - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.11.0 - - ${maven.compiler.target} - - - - org.codehaus.mojo - findbugs-maven-plugin - - - org.codehaus.mojo - taglist-maven-plugin - 2.4 - - - - - Needs Work - - - TODO - exact - - - FIXME - exact - - - XXX - exact - - - - - Noteable Markers - - - NOTE - exact - - - NOPMD - exact - - - NOSONAR - exact - - - - - - - - - - org.codehaus.mojo - javancss-maven-plugin - 2.1 - - - - - org.apache.rat - apache-rat-plugin - ${commons.rat.version} - - - - src/test/resources/csv-167/sample1.csv - src/test/resources/CSV-198/optd_por_public.csv - src/test/resources/CSV-213/999751170.patch.csv - src/test/resources/CSVFileParser/bom.csv - src/test/resources/CSVFileParser/test.csv - src/test/resources/CSVFileParser/test_default.txt - src/test/resources/CSVFileParser/test_default_comment.txt - src/test/resources/CSVFileParser/test_rfc4180.txt - src/test/resources/CSVFileParser/test_rfc4180_trim.txt - src/test/resources/CSVFileParser/testCSV85.csv - src/test/resources/CSVFileParser/testCSV85_default.txt - src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt - src/test/resources/ferc.gov/contract.txt - src/test/resources/ferc.gov/transaction.txt - - - - - - - - - setup-checkout - - - site-content - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - prepare-checkout - pre-site - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - benchmark - - - - org.openjdk.jmh - jmh-core - 1.5.2 - test - - - - org.openjdk.jmh - jmh-generator-annprocess - 1.5.2 - test - - - - genjava - gj-csv - 1.0 - test - - - - net.sourceforge.javacsv - javacsv - 2.0 - test - - - - com.opencsv - opencsv - 3.1 - test - - - - net.sf.supercsv - super-csv - 2.2.1 - - - - - org.skife.kasparov - csv - 1.0 - - - - org.apache.commons - commons-lang3 - 3.6 - - - - - true - org.apache - - - - - - - maven-compiler-plugin - - - **/* - - - - - - - org.codehaus.mojo - exec-maven-plugin - - - benchmark - test - - exec - - - test - java - - -classpath - - org.openjdk.jmh.Main - -rf - json - -rff - target/jmh-result.json - ${benchmark} - - - - - - - - - - - java9 - - 9 - - - - true - - - - - + + + + 4.0.0 + + org.apache.commons + commons-parent + 47 + + commons-csv + 1.7-SNAPSHOT + Apache Commons CSV + http://commons.apache.org/proper/commons-csv/ + +The Apache Commons CSV library provides a simple interface for reading and writing +CSV files of various types. + + + + + junit + junit + 4.12 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + commons-io + commons-io + 2.6 + test + + + org.apache.commons + commons-lang3 + 3.8.1 + test + + + com.h2database + h2 + 1.4.199 + test + + + + + + bayard + Henri Yandell + bayard@apache.org + The Apache Software Foundation + + + Martin van den Bemt + mvdb + mvdb@apache.org + The Apache Software Foundation + + + Yonik Seeley + yonik + yonik@apache.org + The Apache Software Foundation + + + Emmanuel Bourg + ebourg + ebourg@apache.org + Apache + + + Gary Gregory + ggregory + ggregory@apache.org + http://www.garygregory.com + + + Benedikt Ritter + britter + britter@apache.org + The Apache Software Foundation + + + Rob Tompkins + chtompki + chtompki@apache.org + The Apache Software Foundation + + + + + Bob Smith + + + + + scm:git:http://git-wip-us.apache.org/repos/asf/commons-csv.git + scm:git:https://git-wip-us.apache.org/repos/asf/commons-csv.git + https://git-wip-us.apache.org/repos/asf?p=commons-csv.git + + + + jira + http://issues.apache.org/jira/browse/CSV + + + + + apache.website + Apache Commons Site + scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/ + + + + + 1.7 + (Java 8) + + RC1 + csv + org.apache.commons.csv + CSV + 12313222 + 2005 + 1.8 + 1.8 + + UTF-8 + UTF-8 + UTF-8 + + 3.0.0 + ${basedir}/LICENSE-header.txt + LICENSE.txt, NOTICE.txt + + + https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId} + + org.apache.commons.${commons.componentid} + + + + clean verify apache-rat:check clirr:check javadoc:javadoc + + + + org.apache.maven.plugins + maven-scm-publish-plugin + 1.1 + + + archives/** + + + + + + + + maven-compiler-plugin + + + **/*Benchmark* + + + + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src.xml + + gnu + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/perf/PerformanceTest.java + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + ${basedir}/checkstyle.xml + false + + + + + + + org.apache.rat + apache-rat-plugin + + + + + src/test/resources/csv-167/sample1.csv + src/test/resources/CSV-198/optd_por_public.csv + src/test/resources/CSV-213/999751170.patch.csv + src/test/resources/CSVFileParser/bom.csv + src/test/resources/CSVFileParser/test.csv + src/test/resources/CSVFileParser/test_default.txt + src/test/resources/CSVFileParser/test_default_comment.txt + src/test/resources/CSVFileParser/test_rfc4180.txt + src/test/resources/CSVFileParser/test_rfc4180_trim.txt + src/test/resources/CSVFileParser/testCSV85.csv + src/test/resources/CSVFileParser/testCSV85_default.txt + src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt + + src/test/resources/ferc.gov/contract.txt + src/test/resources/ferc.gov/transaction.txt + + + + + + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + ${basedir}/checkstyle.xml + false + + + + + + checkstyle + + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.11.0 + + ${maven.compiler.target} + + + + org.codehaus.mojo + findbugs-maven-plugin + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + Needs Work + + + TODO + exact + + + FIXME + exact + + + XXX + exact + + + + + Noteable Markers + + + NOTE + exact + + + NOPMD + exact + + + NOSONAR + exact + + + + + + + + + + org.codehaus.mojo + javancss-maven-plugin + 2.1 + + + + + org.apache.rat + apache-rat-plugin + ${commons.rat.version} + + + + src/test/resources/csv-167/sample1.csv + src/test/resources/CSV-198/optd_por_public.csv + src/test/resources/CSV-213/999751170.patch.csv + src/test/resources/CSVFileParser/bom.csv + src/test/resources/CSVFileParser/test.csv + src/test/resources/CSVFileParser/test_default.txt + src/test/resources/CSVFileParser/test_default_comment.txt + src/test/resources/CSVFileParser/test_rfc4180.txt + src/test/resources/CSVFileParser/test_rfc4180_trim.txt + src/test/resources/CSVFileParser/testCSV85.csv + src/test/resources/CSVFileParser/testCSV85_default.txt + src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt + src/test/resources/ferc.gov/contract.txt + src/test/resources/ferc.gov/transaction.txt + + + + + + + + + setup-checkout + + + site-content + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + prepare-checkout + pre-site + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + benchmark + + + + org.openjdk.jmh + jmh-core + 1.5.2 + test + + + + org.openjdk.jmh + jmh-generator-annprocess + 1.5.2 + test + + + + genjava + gj-csv + 1.0 + test + + + + net.sourceforge.javacsv + javacsv + 2.0 + test + + + + com.opencsv + opencsv + 3.1 + test + + + + net.sf.supercsv + super-csv + 2.2.1 + + + + + org.skife.kasparov + csv + 1.0 + + + + org.apache.commons + commons-lang3 + 3.6 + + + + + true + org.apache + + + + + + + maven-compiler-plugin + + + **/* + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + benchmark + test + + exec + + + test + java + + -classpath + + org.openjdk.jmh.Main + -rf + json + -rff + target/jmh-result.json + ${benchmark} + + + + + + + + + + + java9 + + 9 + + + + true + + + + +