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:07:59 UTC

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


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

commit 3849ca68ec97d6aea94f45e65d55edcdba46a695
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 4 10:07:54 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index eee6fd3..4da5bc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -739,17 +739,6 @@ The following provides more details on the included cryptographic software:
       </plugin>
     </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>
   <dependencies>
     <dependency>
       <groupId>net.java.dev.jna</groupId>