This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new ad20200 [CAMEL-17557]fix up undertow-spring-security camel-spring-boot-example ad20200 is described below commit ad20200714cd6a08f1efabb64409da53bf2c8d19 Author: Freeman Fang <freeman.f...@gmail.com> AuthorDate: Thu Jan 27 12:03:59 2022 -0500 [CAMEL-17557]fix up undertow-spring-security camel-spring-boot-example --- undertow-spring-security/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/undertow-spring-security/pom.xml b/undertow-spring-security/pom.xml index bcea76b..68643dc 100644 --- a/undertow-spring-security/pom.xml +++ b/undertow-spring-security/pom.xml @@ -59,6 +59,11 @@ <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-undertow-spring-security-starter</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-bean-starter</artifactId> + </dependency> + </dependencies> <build>