[ 
https://issues.apache.org/jira/browse/CAMEL-12407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413801#comment-16413801
 ] 

ASF GitHub Bot commented on CAMEL-12407:
----------------------------------------

davsclaus closed pull request #2270: CAMEL-12407: camel-olingo4-api should 
explicitly depend on commons-io
URL: https://github.com/apache/camel/pull/2270
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml 
b/components/camel-olingo4/camel-olingo4-api/pom.xml
index 30a6220efba..d41bfb94d3d 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> camel-olingo4-api should explicitly depend on commons-io
> --------------------------------------------------------
>
>                 Key: CAMEL-12407
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12407
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-olingo4
>    Affects Versions: 2.21.0
>            Reporter: Peter Palaga
>            Assignee: Peter Palaga
>            Priority: Major
>             Fix For: 2.21.1, 2.22.0
>
>
> Otherwise, routes fail with ClassNotFoundException IOUtils, e.g. when running 
> Olingo4IntegrationTest in WildFly Camel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to