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

slachiewicz pushed a commit to branch MJLINK-56_junit5
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit ff0f62972bea98115b1dad8d7e6f0d5ff0d56d64
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Nov 19 17:44:24 2020 +0100

    [MJLINK-56] Remove dependency to junit 4
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3332a5e..26d1f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,13 +109,6 @@
       <version>3.6</version>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.12</version>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
       <version>3.5.13</version>
@@ -132,11 +125,6 @@
       <artifactId>junit-jupiter</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.junit.vintage</groupId>
-      <artifactId>junit-vintage-engine</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <dependencyManagement>

Reply via email to