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 4b0c6e0b9207b5474cf9586925103d9fa7acd17c Author: Claus Ibsen <[email protected]> AuthorDate: Wed Apr 27 16:56:11 2022 +0200 camel-jbang - Reduce dependency --- dsl/camel-jbang/camel-jbang-core/pom.xml | 5 +++++ dsl/camel-kamelet-main/pom.xml | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml b/dsl/camel-jbang/camel-jbang-core/pom.xml index 41f09004cc9..bf34270abab 100644 --- a/dsl/camel-jbang/camel-jbang-core/pom.xml +++ b/dsl/camel-jbang/camel-jbang-core/pom.xml @@ -68,6 +68,11 @@ <artifactId>velocity-engine-core</artifactId> <version>${velocity-version}</version> </dependency> + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>${freemarker-version}</version> + </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml index 4ed0e83a20a..dde0376df40 100644 --- a/dsl/camel-kamelet-main/pom.xml +++ b/dsl/camel-kamelet-main/pom.xml @@ -76,10 +76,6 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-jfr</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-freemarker</artifactId> - </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-grape</artifactId>
