You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/03/26 12:58:00 UTC

[camel] branch master updated: CAMEL-12407: camel-olingo4-api should explicitly depend on commons-io

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 <pp...@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
davsclaus@apache.org.