This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 4eac38583a342e8b764879da33ae4e709e663b32 Author: Craig Ziesman <[email protected]> AuthorDate: Mon Aug 28 13:18:13 2023 -0500 Initial commit of camel-thymeleaf --- parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 711243d08d5..7fb27ef9e2b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2278,6 +2278,11 @@ <artifactId>camel-thrift</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-thymeleaf</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-tika</artifactId>
