This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d7dd52c2ff9f4295ccc210e3c8745c0d24c110d6 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Thu Aug 1 16:59:43 2024 +0200 CAMEL-21040: fix documentation in camel-smooks --- components/camel-smooks/src/main/docs/smooks-component.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/camel-smooks/src/main/docs/smooks-component.adoc b/components/camel-smooks/src/main/docs/smooks-component.adoc index 1a7f571a90d..65f5bba3f61 100644 --- a/components/camel-smooks/src/main/docs/smooks-component.adoc +++ b/components/camel-smooks/src/main/docs/smooks-component.adoc @@ -14,9 +14,13 @@ The Camel Smooks component uses https://www.smooks.org/[Smooks] to break up the structured data (EDI, CSV, POJO, etc...) of a Camel message body into fragments. These fragments can be processed independently of one another from within Smooks. -Common applications of Smooks include transformation (e.g., EDI to CSV, POJO to EDI, POJO to XML), routing (e.g., split, transform, and route fragments to destinations such as JMS queues, file systems, and databases), and enrichment (e.g., enriching a fragment with data from a database). +Common applications of Smooks include: -Maven users will need to add the following dependency to their `+pom.xml+`. +* transformation (e.g., EDI to CSV, POJO to EDI, POJO to XML) +* routing (e.g., split, transform, and route fragments to destinations such as JMS queues, file systems, and databases) +* enrichment (e.g., enriching a fragment with data from a database). + +Maven users will need to add the following dependency to their `pom.xml`. [source,xml] ----