You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/29 06:02:17 UTC

[camel] 04/06: Camel-FTP: Removed duplicate dependency

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 <an...@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>