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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 9cf798d2d3c CAMEL-18984: Regen
9cf798d2d3c is described below

commit 9cf798d2d3c020530d8de12025b1a316c152ce11
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 30 11:55:06 2023 +0100

    CAMEL-18984: Regen
---
 .../resources/org/apache/camel/springboot/catalog/others.properties  | 1 +
 tooling/camel-spring-boot-dependencies/pom.xml                       | 5 +++++
 2 files changed, 6 insertions(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index 3ce55718614..2639b64cfb2 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -26,6 +26,7 @@ resilience4j
 rxjava
 shiro
 spring-security
+undertow-spring-security
 xml-io-dsl
 xml-jaxb-dsl
 xml-jaxp
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index f72132c486b..039665b3b8b 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3804,6 +3804,11 @@
         <artifactId>camel-undertow</artifactId>
         <version>4.0.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-undertow-spring-security</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-univocity-parsers</artifactId>

Reply via email to