This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7f80f1542873a7152c72d5b7903ad99a774dc3a0 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Jun 11 05:28:39 2020 +0200 [CAMEL-11807] Always use junit-jupiter as a test dependency --- core/camel-cloud/pom.xml | 7 +------ core/camel-componentdsl/pom.xml | 7 +------ core/camel-core/pom.xml | 7 +------ core/camel-endpointdsl/pom.xml | 7 +------ core/camel-main/pom.xml | 11 ----------- core/camel-management/pom.xml | 7 +------ 6 files changed, 5 insertions(+), 41 deletions(-) diff --git a/core/camel-cloud/pom.xml b/core/camel-cloud/pom.xml index 52e99e9..28bbc50 100644 --- a/core/camel-cloud/pom.xml +++ b/core/camel-cloud/pom.xml @@ -53,12 +53,7 @@ </dependency> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> + <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/core/camel-componentdsl/pom.xml b/core/camel-componentdsl/pom.xml index d297317..522cdc0 100644 --- a/core/camel-componentdsl/pom.xml +++ b/core/camel-componentdsl/pom.xml @@ -60,12 +60,7 @@ <!-- testing --> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> + <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml index 37109f0..42bf1cd 100644 --- a/core/camel-core/pom.xml +++ b/core/camel-core/pom.xml @@ -168,12 +168,7 @@ </dependency> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> + <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/core/camel-endpointdsl/pom.xml b/core/camel-endpointdsl/pom.xml index a9e644c..3768d77 100644 --- a/core/camel-endpointdsl/pom.xml +++ b/core/camel-endpointdsl/pom.xml @@ -61,12 +61,7 @@ <!-- testing --> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> + <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/core/camel-main/pom.xml b/core/camel-main/pom.xml index c8dd636..fb4fa31 100644 --- a/core/camel-main/pom.xml +++ b/core/camel-main/pom.xml @@ -117,17 +117,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.junit.vintage</groupId> - <artifactId>junit-vintage-engine</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-runner</artifactId> - <version>1.6.1</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>${mockito-version}</version> diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml index cb5b87a..a2887ed 100644 --- a/core/camel-management/pom.xml +++ b/core/camel-management/pom.xml @@ -55,12 +55,7 @@ <!-- testing --> <dependency> <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-engine</artifactId> + <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>