This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 3848d43e4d78d4086f58090876d08ac1bcb8e133 Author: Tom Cunningham <[email protected]> AuthorDate: Wed Aug 2 22:06:59 2023 -0400 Add camel-sap to dependencies --- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 72586167de1..09b50d735a1 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -4074,6 +4074,11 @@ <artifactId>jackson-xc</artifactId> <version>${jackson-version}</version> </dependency> + <dependency> + <groupId>org.fusesource</groupId> + <artifactId>camel-sap</artifactId> + <version>4.0.0.redhat-00001</version> + </dependency> <dependency> <groupId>org.fusesource</groupId> <artifactId>camel-sap-starter</artifactId>
