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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 43cb7ce60ab475e4ff0fb6f5e9276a25d9a9ff9f
Author: tibordigana <tibordig...@apache.org>
AuthorDate: Sun Nov 10 04:22:05 2019 +0100

    dependency versions should be in parent POM
---
 maven-surefire-common/pom.xml                      | 1 -
 pom.xml                                            | 5 +++++
 surefire-providers/surefire-junit-platform/pom.xml | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index ca690d4..f644023 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -94,7 +94,6 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.19</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
diff --git a/pom.xml b/pom.xml
index 2a0f35b..1d6e58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,6 +341,11 @@
         <version>5.3.2</version>
       </dependency>
       <dependency>
+        <groupId>org.junit.jupiter</groupId>
+        <artifactId>junit-jupiter-params</artifactId>
+        <version>5.3.2</version>
+      </dependency>
+      <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
         <version>2.27.0</version>
diff --git a/surefire-providers/surefire-junit-platform/pom.xml 
b/surefire-providers/surefire-junit-platform/pom.xml
index e073232..2ccb05a 100644
--- a/surefire-providers/surefire-junit-platform/pom.xml
+++ b/surefire-providers/surefire-junit-platform/pom.xml
@@ -98,7 +98,6 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-params</artifactId>
-            <version>5.3.2</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to