From 46ca1acec78336d483b57d1f624ab89c91907f4b Mon Sep 17 00:00:00 2001 From: "zhanghaobo@kanzhun.com" Date: Wed, 12 Nov 2025 21:14:20 +0800 Subject: [PATCH] chore: exclude slf4j-api to prevent jar conflict in spark classpath. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 3111fd5..befa8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -146,11 +146,23 @@ com.lancedb lance-core ${lance.version} + + + org.slf4j + slf4j-api + + com.lancedb lance-namespace-core ${lance-namespace.version} + + + org.slf4j + slf4j-api + + org.junit.jupiter