This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new a13e585  Remove reference to camel-quarkus-attachments from 
platform-http docs as it is a non-optional transitive dependency
a13e585 is described below

commit a13e58595c4770426bdfad8701de74cc1c524c13
Author: James Netherton <[email protected]>
AuthorDate: Fri Aug 27 07:16:05 2021 +0100

    Remove reference to camel-quarkus-attachments from platform-http docs as it 
is a non-optional transitive dependency
---
 .../ROOT/pages/reference/extensions/platform-http.adoc        | 11 -----------
 extensions/platform-http/runtime/src/main/doc/usage.adoc      | 11 -----------
 2 files changed, 22 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc 
b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
index f1242c9..1470cdd 100644
--- a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
@@ -90,17 +90,6 @@ rest()
 
 === Handling `multipart/form-data` file uploads
 
-If you want Camel Quarkus to attach uploaded files to Camel messages for you, 
you need to add the following optional
-dependency to your `pom.xml`:
-
-[source,xml]
-----
-<dependency>
-    <groupId>org.apache.camel.quarkus</groupId>
-    <artifactId>camel-quarkus-attachments</artifactId>
-</dependency>
-----
-
 You can restrict the uploads to certain file extensions by white listing them:
 
 [source,java]
diff --git a/extensions/platform-http/runtime/src/main/doc/usage.adoc 
b/extensions/platform-http/runtime/src/main/doc/usage.adoc
index 07d5990..c9cc2ce 100644
--- a/extensions/platform-http/runtime/src/main/doc/usage.adoc
+++ b/extensions/platform-http/runtime/src/main/doc/usage.adoc
@@ -44,17 +44,6 @@ rest()
 
 === Handling `multipart/form-data` file uploads
 
-If you want Camel Quarkus to attach uploaded files to Camel messages for you, 
you need to add the following optional
-dependency to your `pom.xml`:
-
-[source,xml]
-----
-<dependency>
-    <groupId>org.apache.camel.quarkus</groupId>
-    <artifactId>camel-quarkus-attachments</artifactId>
-</dependency>
-----
-
 You can restrict the uploads to certain file extensions by white listing them:
 
 [source,java]

Reply via email to