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:41 UTC

[commons-pool] 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-pool.git


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

commit f1a689bd648034b512262b4e49dc15a0b6e6d46a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 4 09:57:36 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 1168d961..24a0810a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,18 +436,6 @@
     </plugins>
   </reporting>
 
-  <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>
-    
   <profiles>
     <profile>
       <id>java9</id>