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 2022/11/04 13:57:23 UTC

[commons-io] branch master updated: Reuse JUnit dependencyManagement 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new c15f8f90 Reuse JUnit dependencyManagement from parent POM
c15f8f90 is described below

commit c15f8f90c01cd95549e4153dba4cd751c835c0ed
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 4 09:57:18 2022 -0400

    Reuse JUnit dependencyManagement from parent POM
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 10928232..70154f05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,18 +244,6 @@ file comparators, endian transformation classes, and much more.
     </contributor>
   </contributors>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.junit</groupId>
-        <artifactId>junit-bom</artifactId>
-        <version>${commons.junit.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
   <dependencies>
     <dependency>
       <groupId>org.junit.jupiter</groupId>