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 5b7301463af154eb1a59b5f0fccaf9978d1aca26 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 13:01:31 2020 +0200 [CAMEL-11807] Upgrade camel-cxf to junit5 --- components/camel-cxf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml index bd694c1..35c5b97 100644 --- a/components/camel-cxf/pom.xml +++ b/components/camel-cxf/pom.xml @@ -277,7 +277,7 @@ <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
