This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new f592c63 Fixed Commons-io dependency version in ssh IT test f592c63 is described below commit f592c636f4c7db4b94334f15878f5ad083d62acb Author: Andrea Cosentino <anco...@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>