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 ae882157506 drill-jdbc-all shades a tons of dependencies that messes
with Spring Boot (#17201)
ae882157506 is described below
commit ae882157506b9c75b3478070004fa86ef8240685
Author: Federico Mariani <[email protected]>
AuthorDate: Thu Feb 20 08:18:17 2025 +0100
drill-jdbc-all shades a tons of dependencies that messes with Spring Boot
(#17201)
---
components/camel-drill/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/components/camel-drill/pom.xml b/components/camel-drill/pom.xml
index ba5a1e619e7..bfa587c1527 100644
--- a/components/camel-drill/pom.xml
+++ b/components/camel-drill/pom.xml
@@ -39,13 +39,17 @@
</dependency>
<dependency>
<groupId>org.apache.drill.exec</groupId>
- <artifactId>drill-jdbc-all</artifactId>
+ <artifactId>drill-jdbc</artifactId>
<version>${apache-drill-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>