[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [commons-parent] branch master updated: Add JUnit BOM to dependency management
From:       ggregory () apache ! org
Date:       2022-07-31 10:46:33
Message-ID: 165926439367.210579.12489348030990083929 () gitbox2-he-fi ! apache ! org
[Download RAW message or body]

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 014f72e  Add JUnit BOM to dependency management
014f72e is described below

commit 014f72eef4a8781cc9bc0891b29726e3440c57cd
Author: Gary Gregory <garydgregory@gmail.com>
AuthorDate: Sun Jul 31 06:46:28 2022 -0400

    Add JUnit BOM to dependency management
---
 pom.xml                 | 13 +++++++++++++
 src/changes/changes.xml |  1 +
 2 files changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index e435035..71edd27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,7 @@
     <commons.enforcer-plugin.version>3.1.0</commons.enforcer-plugin.version>
     <commons.buildnumber-plugin.version>3.0.0</commons.buildnumber-plugin.version>
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
+    <commons.junit.version>5.9.0</commons.junit.version>
 
     <!--
       Note: Maven site plugin 3.5.1 is the latest version but is not a direct \
replacement: @@ -423,6 +424,18 @@
     <url>https://builds.apache.org/</url>
   </ciManagement>
 
+  <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>
+
   <build>
     <!-- TODO find a better way to add N&L files to jars and test jars
       See also maven-remote-resources-plugin configuration below.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d94bca..61ebfe5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
            <!-- ADD -->
            <action type="add" dev="sebb">Add .vscode/* to RAT excludes.</action>
            <action type="add" dev="ggregory" due-to="Dependabot">Add property \
commons.javadoc18.java.link.</action> +           <action type="add" dev="sebb">Add \
JUnit BOM to dependency management.</action>  <!-- REMOVE -->
            <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove \
org.codehaus.mojo:jdepend-maven-plugin 2.0; it does not work with current versions of \
RAT and site plugins.</action>  <!-- UPDATE -->


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic