This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new fa6f5b7 CAMEL-12407: camel-olingo4-api should explicitly depend on commons-io fa6f5b7 is described below commit fa6f5b746d30d3f3bd5c11dfa6fcf722d3f2be6c 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 30a6220..d41bfb9 100644 --- a/components/camel-olingo4/camel-olingo4-api/pom.xml +++ b/components/camel-olingo4/camel-olingo4-api/pom.xml @@ -58,17 +58,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.