This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 4f62e304b Externalize Databricks driver version for auto-update (#2733)
4f62e304b is described below
commit 4f62e304bee8b82fea529ebea56b70fccb0581a5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 18 13:36:05 2026 +0100
Externalize Databricks driver version for auto-update (#2733)
Signed-off-by: Andrea Cosentino <[email protected]>
---
library/camel-kamelets-bom/pom.xml | 5 +++++
pom.xml | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/library/camel-kamelets-bom/pom.xml
b/library/camel-kamelets-bom/pom.xml
index e2c972dfa..7832571df 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -61,6 +61,11 @@
<artifactId>postgresql</artifactId>
<version>${version.org.postgresql.postgresql}</version>
</dependency>
+ <dependency>
+ <groupId>com.databricks</groupId>
+ <artifactId>databricks-jdbc</artifactId>
+ <version>${version.com.databricks.databricks-jdbc}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 475360aa3..a7dec5ce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
<version.com.azure.azure-identity>1.18.1</version.com.azure.azure-identity>
<version.com.azure.azure-data-schemaregistry-apacheavro>1.1.30</version.com.azure.azure-data-schemaregistry-apacheavro>
<version.com.microsoft.azure.azure-schemaregistry-kafka-avro>1.1.4</version.com.microsoft.azure.azure-schemaregistry-kafka-avro>
+
<version.com.databricks.databricks-jdbc>3.0.7</version.com.databricks.databricks-jdbc>
</properties>
<developers>
@@ -347,7 +348,8 @@
"version.io.quarkus.quarkus-apicurio-registry-avro":
"${version.io.quarkus.quarkus-apicurio-registry-avro}",
"version.com.azure.azure-identity":
"${version.com.azure.azure-identity}",
"version.com.azure.azure-data-schemaregistry-apacheavro":
"${version.com.azure.azure-data-schemaregistry-apacheavro}",
-
"version.com.microsoft.azure.azure-schemaregistry-kafka-avro":
"${version.com.microsoft.azure.azure-schemaregistry-kafka-avro}"
+
"version.com.microsoft.azure.azure-schemaregistry-kafka-avro":
"${version.com.microsoft.azure.azure-schemaregistry-kafka-avro}",
+ "version.com.databricks.databricks-jdbc":
"${version.com.databricks.databricks-jdbc}"
])
</source>
</configuration>