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/11/26 10:24:30 UTC

[camel-kafka-connector] 01/01: Fixed Commons-io dependency version in ssh IT test

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

acosentino pushed a commit to branch commons-io-deps
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 55306814de658d3243680b131055d22af8ebd23b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 26 11:23:54 2020 +0100

    Fixed Commons-io dependency version in ssh IT test
---
 tests/itests-ssh/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/itests-ssh/pom.xml b/tests/itests-ssh/pom.xml
index 36302ed..087df1a 100644
--- a/tests/itests-ssh/pom.xml
+++ b/tests/itests-ssh/pom.xml
@@ -42,11 +42,11 @@
             <artifactId>camel-ssh</artifactId>
         </dependency>
 
-<dependency>
-  <groupId>commons-io</groupId>
-  <artifactId>commons-io</artifactId>
-  <version>2.8.0</version>
-</dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>${commons-io-version}</version>
+        </dependency>
     </dependencies>
 
     <build>