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

davsclaus pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new 344f28f  CAMEL-17023 Do not bundle Atlasmap DFDL module (#6185)
344f28f is described below

commit 344f28f90344e2f4e1cfd71be2db85d5edd8f0f2
Author: Rafal Korytkowski <rafal.korytkow...@gmail.com>
AuthorDate: Thu Sep 30 13:42:00 2021 +0200

    CAMEL-17023 Do not bundle Atlasmap DFDL module (#6185)
---
 components/camel-atlasmap/pom.xml                             |  1 +
 .../camel-atlasmap/src/main/docs/atlasmap-component.adoc      | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/components/camel-atlasmap/pom.xml 
b/components/camel-atlasmap/pom.xml
index e22c579..d2b5320 100644
--- a/components/camel-atlasmap/pom.xml
+++ b/components/camel-atlasmap/pom.xml
@@ -76,6 +76,7 @@
             <groupId>io.atlasmap</groupId>
             <artifactId>atlas-dfdl-module</artifactId>
             <version>${atlasmap-version}</version>
+            <scope>provided</scope>
         </dependency>
 
         <!-- test dependencies -->
diff --git a/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc 
b/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc
index 8f61f13..0a0bd35 100644
--- a/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc
+++ b/components/camel-atlasmap/src/main/docs/atlasmap-component.adoc
@@ -29,6 +29,17 @@ for this component:
 </dependency>
 ------------------------------------------------------------
 
+Optionally you can include the DFDL module, which is a POC for 
https://daffodil.apache.org/[Apache Daffodil]:
+[source,xml]
+------------------------------------------------------------
+<dependency>
+    <groupId>io.atlasmap</groupId>
+    <artifactId>atlas-dfdl-module</artifactId>
+    <version>x.x.x</version>
+    <!-- use the same version as atlasmap-core in camel-atlasmap -->
+</dependency>
+------------------------------------------------------------
+
 == URI format
 
 [source,java]

Reply via email to