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

commit 251b62147c9dc792ae96d1aef05bfb42c058a845
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jan 29 16:07:29 2023 +0100

    CAMEL-18984: Disable starter not migrated to SB3
---
 components-starter/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index 2b3bd2176c1..979d988144b 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -400,7 +400,8 @@
     <module>camel-timer-starter</module>
     <module>camel-twilio-starter</module>
     <module>camel-twitter-starter</module>
-    <module>camel-undertow-spring-security-starter</module>
+    <!-- TODO: https://issues.apache.org/jira/browse/CAMEL-18984
+    <module>camel-undertow-spring-security-starter</module> -->
     <module>camel-undertow-starter</module>
     <module>camel-univocity-parsers-starter</module>
     <module>camel-validator-starter</module>

Reply via email to