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 61f7f3c38112ad26727917faa2ea118590c40a0f Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 12:58:46 2020 +0200 [CAMEL-11807] Upgrade camel-cxf-transport to junit5 --- components/camel-cxf-transport/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-cxf-transport/pom.xml b/components/camel-cxf-transport/pom.xml index cde71bf..49bdb3e 100644 --- a/components/camel-cxf-transport/pom.xml +++ b/components/camel-cxf-transport/pom.xml @@ -124,7 +124,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
