You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/12/25 15:06:50 UTC

[camel] 02/02: CAMEL-17382: camel-jsh-dsl - JavaShell DSL support

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

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

commit 365e2c23da92ab50df13496e680ca524f3da9504
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Dec 25 16:06:10 2021 +0100

    CAMEL-17382: camel-jsh-dsl - JavaShell DSL support
---
 bom/camel-bom/pom.xml                             | 5 +++++
 docs/components/modules/others/nav.adoc           | 1 +
 docs/components/modules/others/pages/jsh-dsl.adoc | 1 +
 3 files changed, 7 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 5f323d1..79f35dc 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1189,6 +1189,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-jsh-dsl</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-jslt</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/docs/components/modules/others/nav.adoc b/docs/components/modules/others/nav.adoc
index d4c3848..c716fe3 100644
--- a/docs/components/modules/others/nav.adoc
+++ b/docs/components/modules/others/nav.adoc
@@ -13,6 +13,7 @@
 *** xref:groovy-dsl.adoc[Groovy Dsl]
 *** xref:java-joor-dsl.adoc[Java Joor Dsl]
 *** xref:js-dsl.adoc[JavaScript Dsl]
+*** xref:jsh-dsl.adoc[JavaShell DSL]
 *** xref:java-xml-jaxb-dsl.adoc[Jaxb XML Dsl]
 *** xref:kamelet-main.adoc[Kamelet Main]
 *** xref:kotlin-dsl.adoc[Kotlin Dsl]
diff --git a/docs/components/modules/others/pages/jsh-dsl.adoc b/docs/components/modules/others/pages/jsh-dsl.adoc
new file mode 120000
index 0000000..829109a
--- /dev/null
+++ b/docs/components/modules/others/pages/jsh-dsl.adoc
@@ -0,0 +1 @@
+../../../../../dsl/camel-jsh-dsl/src/main/docs/jsh-dsl.adoc
\ No newline at end of file