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:43 UTC

[camel] branch main updated (7c11d9623d3 -> f54eb0fb256)

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

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


    from 7c11d9623d3 CAMEL-19062 - Clean up Parent POM - Avro and Avro IPC
     new f9f13fed1fa CAMEL-19062 - Clean up Parent POM - FTP Server
     new f54eb0fb256 CAMEL-19062 - Clean up Parent POM - FTP Server

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml                          | 12 ------------
 test-infra/camel-test-infra-ftp/pom.xml |  1 +
 tests/camel-itest/pom.xml               |  2 ++
 3 files changed, 3 insertions(+), 12 deletions(-)


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

Posted by ac...@apache.org.
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>
 


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

Posted by ac...@apache.org.
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 f9f13fed1fab10b46cdc150cc58d0d8197385c4b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 7 13:32:01 2023 +0100

    CAMEL-19062 - Clean up Parent POM - FTP Server
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 73ce331c443..7220a62e35b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,18 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- optional ftpserver -->
-            <dependency>
-                <groupId>org.apache.ftpserver</groupId>
-                <artifactId>ftpserver-core</artifactId>
-                <version>${ftpserver-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ftpserver</groupId>
-                <artifactId>ftplet-api</artifactId>
-                <version>${ftpserver-version}</version>
-            </dependency>
-
             <!-- optional zookeeper dependency -->
             <dependency>
                 <groupId>org.apache.zookeeper</groupId>