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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 80c949a  chore: replace individual junit juniper artifacts (api, 
engine, params) with junit-jupiter
     new 25d4236  Merge pull request #310 from lburgazzoli/junit-dependencies
80c949a is described below

commit 80c949a2df4307e0ffaefdf5561aa4a36d85a29e
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Mon Apr 20 12:04:32 2020 +0200

    chore: replace individual junit juniper artifacts (api, engine, params) 
with junit-jupiter
---
 pom.xml                              | 12 +-----------
 tooling/camel-k-maven-plugin/pom.xml |  8 +-------
 tooling/camel-k-test/pom.xml         | 10 +---------
 3 files changed, 3 insertions(+), 27 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0589e3c..a0b61c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,17 +566,7 @@
 
             <dependency>
                 <groupId>org.junit.jupiter</groupId>
-                <artifactId>junit-jupiter-api</artifactId>
-                <version>${junit.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.junit.jupiter</groupId>
-                <artifactId>junit-jupiter-engine</artifactId>
-                <version>${junit.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.junit.jupiter</groupId>
-                <artifactId>junit-jupiter-params</artifactId>
+                <artifactId>junit-jupiter</artifactId>
                 <version>${junit.version}</version>
             </dependency>
 
diff --git a/tooling/camel-k-maven-plugin/pom.xml 
b/tooling/camel-k-maven-plugin/pom.xml
index 456cbdf..76bd72f 100644
--- a/tooling/camel-k-maven-plugin/pom.xml
+++ b/tooling/camel-k-maven-plugin/pom.xml
@@ -172,13 +172,7 @@
 
     <dependency>
       <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-api</artifactId>
-      <version>${junit.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.junit.jupiter</groupId>
-      <artifactId>junit-jupiter-engine</artifactId>
+      <artifactId>junit-jupiter</artifactId>
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
diff --git a/tooling/camel-k-test/pom.xml b/tooling/camel-k-test/pom.xml
index d752767..c972c5e 100644
--- a/tooling/camel-k-test/pom.xml
+++ b/tooling/camel-k-test/pom.xml
@@ -31,15 +31,7 @@
     <dependencies>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-engine</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-params</artifactId>
+            <artifactId>junit-jupiter</artifactId>
         </dependency>
 
         <dependency>

Reply via email to