This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new c6bb13c  Remove dependency management for JUnit (since the update to 
JUnit 5.4.0 we only have a single JUnit test dependency).
c6bb13c is described below

commit c6bb13cb9997c50f2b5158f481a8f5fa19679c3f
Author: pascalschumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Feb 9 13:31:34 2019 +0100

    Remove dependency management for JUnit (since the update to JUnit 5.4.0 we 
only have a single JUnit test dependency).
---
 pom.xml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a4954e..15c7bfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,24 +507,13 @@
     </contributor>
   </contributors>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.junit</groupId>
-        <artifactId>junit-bom</artifactId>
-        <version>${junit.version}</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <!-- Lang should depend on very little -->
   <dependencies>
     <!-- testing -->
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
+      <version>5.4.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -617,8 +606,6 @@
     <jmh.version>1.21</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
-    <junit.version>5.4.0</junit.version>
-
     <commons.jacoco.version>0.8.2</commons.jacoco.version>
 
     <!-- generate report even if there are binary incompatible changes -->

Reply via email to