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.git
commit 2d77c068babf084344cd4fa36221bc2a1d297033 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 29 07:41:46 2020 +0200 Camel-FTP: Removed duplicate dependency --- components/camel-ftp/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml index 136086d..aadd039 100644 --- a/components/camel-ftp/pom.xml +++ b/components/camel-ftp/pom.xml @@ -166,11 +166,6 @@ <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build>