This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 48662a98a38 chore: remove no more used test infra dependencies 
ftpmockserver and mockito
48662a98a38 is described below

commit 48662a98a388ca639d135e374e43429d53912836
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Tue Jun 4 17:31:47 2024 +0200

    chore: remove no more used test infra dependencies ftpmockserver and
    mockito
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 tests/camel-itest/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 39bd03ef13c..60cce64237c 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -206,20 +206,6 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- mocking ftp server -->
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <version>${mockito-version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockftpserver</groupId>
-            <artifactId>MockFtpServer</artifactId>
-            <version>3.1.0</version>
-            <scope>test</scope>
-        </dependency>
-
         <!-- some TX tests using iBatis -->
         <dependency>
             <groupId>org.apache.derby</groupId>

Reply via email to