You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/03/09 10:51:47 UTC

[camel-spring-boot] 01/01: Fix missing versions

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

nfilotto pushed a commit to branch fix-versions
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit b19441801843dd66aa736d6f2468f1ba744c0e0e
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Mar 9 11:51:25 2023 +0100

    Fix missing versions
---
 components-starter/camel-ftp-starter/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components-starter/camel-ftp-starter/pom.xml b/components-starter/camel-ftp-starter/pom.xml
index 39ce0f41f4e..82aafb8c648 100644
--- a/components-starter/camel-ftp-starter/pom.xml
+++ b/components-starter/camel-ftp-starter/pom.xml
@@ -42,11 +42,13 @@
     <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>
     <dependency>