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 2023/03/07 12:38:45 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - FTP Server

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

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

commit f54eb0fb256d8bdc8931300f070e5edfa30b472b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 13:33:11 2023 +0100

    CAMEL-19062 - Clean up Parent POM - FTP Server
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 test-infra/camel-test-infra-ftp/pom.xml | 1 +
 tests/camel-itest/pom.xml               | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/test-infra/camel-test-infra-ftp/pom.xml b/test-infra/camel-test-infra-ftp/pom.xml
index bdc9661bd9e..893ae8c55a7 100644
--- a/test-infra/camel-test-infra-ftp/pom.xml
+++ b/test-infra/camel-test-infra-ftp/pom.xml
@@ -43,6 +43,7 @@
         <dependency>
             <groupId>org.apache.ftpserver</groupId>
             <artifactId>ftpserver-core</artifactId>
+            <version>${ftpserver-version}</version>
         </dependency>
 
         <!-- for the embedded SFTP server -->
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 5517b577bac..aa4da7d9998 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -187,12 +187,14 @@
         <dependency>
             <groupId>org.apache.ftpserver</groupId>
             <artifactId>ftpserver-core</artifactId>
+            <version>${ftpserver-version}</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.ftpserver</groupId>
             <artifactId>ftplet-api</artifactId>
+            <version>${ftpserver-version}</version>
             <scope>test</scope>
         </dependency>