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 018e8bf2f3c camel-jbang - Add Oracle JDBC driver as known JAR
018e8bf2f3c is described below

commit 018e8bf2f3cad04be5fcc254362755c1f5fe4096
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 7 22:13:53 2024 +0200

    camel-jbang - Add Oracle JDBC driver as known JAR
---
 .../src/main/resources/camel-main-known-dependencies.properties       | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 06af8ca8c7c..b1171d629b0 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
@@ -43,4 +43,6 @@ quarkus.datasource.db-kind\=mariadb = 
io.quarkus:quarkus-jdbc-mariadb:${quarkus-
 quarkus.datasource.db-kind\=mssql = 
io.quarkus:quarkus-jdbc-mssql:${quarkus-version}
 quarkus.datasource.db-kind\=mysql = 
io.quarkus:quarkus-jdbc-mysql:${quarkus-version}
 quarkus.datasource.db-kind\=oracle = 
io.quarkus:quarkus-jdbc-oracle:${quarkus-version}
-quarkus.datasource.db-kind\=postgresql = 
io.quarkus:quarkus-jdbc-postgresql:${quarkus-version}
\ No newline at end of file
+quarkus.datasource.db-kind\=postgresql = 
io.quarkus:quarkus-jdbc-postgresql:${quarkus-version}
+org.springframework.jdbc.datasource.SimpleDriverDataSource = camel:sql
+oracle.jdbc.driver.OracleDriver = com.oracle.database.jdbc:ojdbc11:23.4.0.24.05
\ No newline at end of file

Reply via email to