This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.21.x by this push: new 9de806b CAMEL-12407: camel-olingo4-api should explicitly depend on commons-io 9de806b is described below commit 9de806bfa67b0d1e95e9078c1e69cedd73117a6a Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Mon Mar 26 13:53:57 2018 +0200 CAMEL-12407: camel-olingo4-api should explicitly depend on commons-io --- components/camel-olingo4/camel-olingo4-api/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml b/components/camel-olingo4/camel-olingo4-api/pom.xml index bb7ffb0..29b48a6 100644 --- a/components/camel-olingo4/camel-olingo4-api/pom.xml +++ b/components/camel-olingo4/camel-olingo4-api/pom.xml @@ -57,17 +57,22 @@ <artifactId>odata-server-core</artifactId> <version>${olingo4-version}</version> </dependency> - + <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> </dependency> - + <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + <!-- logging --> <dependency> <groupId>org.apache.logging.log4j</groupId> -- To stop receiving notification emails like this one, please contact davscl...@apache.org.