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


The following commit(s) were added to refs/heads/main by this push:
     new e3600c3c396e CAMEL-22603: camel-jbang - Add CSB/CEQ imports to known 
dependencies
e3600c3c396e is described below

commit e3600c3c396e7eacbf64e58e191a2fce82ba5e05
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 24 16:27:16 2025 +0200

    CAMEL-22603: camel-jbang - Add CSB/CEQ imports to known dependencies
---
 .../resources/camel-main-known-dependencies.properties     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index 080cdd5e3b40..6250ed9bbe11 100644
--- 
a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ 
b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -15,6 +15,20 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
+org.springframework.beans.factory.annotation.Autowired = camel:spring
+org.springframework.context.annotation.Bean = camel:spring
+org.springframework.stereotype.Component = camel:spring
+org.springframework.beans.factory.annotation.Qualifier = camel:spring
+org.springframework.stereotype.Service = camel:spring
+org.springframework.beans.factory.annotation.Value = camel:spring
+
+jakarta.enterprise.context.ApplicationScoped = 
io.quarkus:quarkus-core:${quarkus-version}
+jakarta.inject.Inject = io.quarkus:quarkus-core:${quarkus-version}
+jakarta.inject.Named = io.quarkus:quarkus-core:${quarkus-version}
+jakarta.enterprise.inject.Produces = io.quarkus:quarkus-core:${quarkus-version}
+jakarta.inject.Singleton = io.quarkus:quarkus-core:${quarkus-version}
+org.eclipse.microprofile.config.inject.ConfigProperty = 
camel:microprofile-config
+
 com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.33
 com.microsoft.sqlserver.jdbc.SQLServerDriver = 
com.microsoft.sqlserver:mssql-jdbc:12.10.0.jre11
 com.mysql.cj.jdbc.Driver = com.mysql:mysql-connector-j:9.4.0

Reply via email to