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

[camel-kafka-connector] branch commons-io-deps created (now 5530681)

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

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


      at 5530681  Fixed Commons-io dependency version in ssh IT test

This branch includes the following new commits:

     new 5530681  Fixed Commons-io dependency version in ssh IT test

The 1 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.



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

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