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 14:01:18 UTC

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


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

commit c5ce95845cf420d716fd75a59774cd2c8f7549fd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 4 10:01:13 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index b8dff479..aca7b08d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,24 +228,6 @@ limitations under the License.
       </roles>
     </contributor>
   </contributors>
-  <!-- Codec only has test dependencies ATM -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.junit</groupId>
-        <artifactId>junit-bom</artifactId>
-        <version>${commons.junit.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-        <exclusions>
-          <exclusion>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-core</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>