You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/01 10:31:08 UTC

[camel] branch master updated: Camel-Http: Added File component as dependency

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 6eb2559  Camel-Http: Added File component as dependency
6eb2559 is described below

commit 6eb255936681cbe03710ba76e2af54a80021b4c4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 1 12:29:54 2019 +0200

    Camel-Http: Added File component as dependency
---
 components/camel-http/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-http/pom.xml b/components/camel-http/pom.xml
index 484df4b..f484e28 100644
--- a/components/camel-http/pom.xml
+++ b/components/camel-http/pom.xml
@@ -50,6 +50,10 @@
             <artifactId>camel-http-common</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-file</artifactId>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
             <version>${javax.servlet-api-version}</version>