This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch camel-spring-boot-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-4.10.x by 
this push:
     new 0e329202b7e drill-jdbc-all contains shaded deps that messes with 
Spring Boot ones, use drill-jdbc instead
0e329202b7e is described below

commit 0e329202b7e36ec2f6ca57a2143905c065149142
Author: Croway <[email protected]>
AuthorDate: Thu Oct 23 11:45:31 2025 +0200

    drill-jdbc-all contains shaded deps that messes with Spring Boot ones, use 
drill-jdbc instead
---
 components-starter/camel-drill-starter/pom.xml | 25 +++++++++++++++++++++++++
 pom.xml                                        |  1 +
 2 files changed, 26 insertions(+)

diff --git a/components-starter/camel-drill-starter/pom.xml 
b/components-starter/camel-drill-starter/pom.xml
index daa2f8c7de4..9842b3a6d0b 100644
--- a/components-starter/camel-drill-starter/pom.xml
+++ b/components-starter/camel-drill-starter/pom.xml
@@ -38,6 +38,31 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-drill</artifactId>
       <version>${camel-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.drill.exec</groupId>
+          <artifactId>drill-jdbc-all</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.drill.exec</groupId>
+      <artifactId>drill-jdbc</artifactId>
+      <version>${drill-jdbc-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>jsr305</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.sun.xml.bind</groupId>
+          <artifactId>jaxb-impl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>log4j-over-slf4j</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/pom.xml b/pom.xml
index d6099b4d665..87c5eb3f08a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,7 @@
         
<arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version>
         <arquillian-version>1.7.0.Alpha10</arquillian-version>
         <avro-version>1.12.0</avro-version>
+        <drill-jdbc-version>1.22.0</drill-jdbc-version>
         <graal-sdk-version>22.3.2</graal-sdk-version>
         <jakarta-jaxb-version>4.0.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>

Reply via email to