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 2023/01/10 15:55:19 UTC

[commons-csv] branch master updated: Pick up JUnit version from parent POM

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 bc41d00c Pick up JUnit version from parent POM
bc41d00c is described below

commit bc41d00c730d78dddf17c538dadf30a8754bdaf6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 10:55:14 2023 -0500

    Pick up JUnit version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 99347cd3..c4dedb3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,6 @@
     <checkstyle.suppress.file>${basedir}/src/site/resources/checkstyle/checkstyle-suppressions.xml</checkstyle.suppress.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, **/maven-archiver/pom.properties</checkstyle.resourceExcludes>
 
-    <commons.junit.version>5.9.1</commons.junit.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>