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 f079aef88fbfbf60b524f864c97be8a7ca27347c Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 27 13:47:39 2020 +0200 [CAMEL-11807] Upgrade camel-ftp to junit5 --- components/camel-ftp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml index 715c050..136086d 100644 --- a/components/camel-ftp/pom.xml +++ b/components/camel-ftp/pom.xml @@ -163,7 +163,7 @@ <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency>
