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 <[email protected]> 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>
