This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new df7125a50e4 Change hive-jdbc dependency scope to provided (#38042)
df7125a50e4 is described below
commit df7125a50e41b69d55aa0ea562c1a2168bb1bcb3
Author: Raigor <[email protected]>
AuthorDate: Sat Feb 14 15:32:22 2026 +0800
Change hive-jdbc dependency scope to provided (#38042)
---
distribution/proxy-native/pom.xml | 2 +-
distribution/proxy/pom.xml | 2 +-
test/e2e/sql/pom.xml | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/distribution/proxy-native/pom.xml
b/distribution/proxy-native/pom.xml
index 635f0e2c4d0..56702e28e7f 100644
--- a/distribution/proxy-native/pom.xml
+++ b/distribution/proxy-native/pom.xml
@@ -680,7 +680,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
</dependencies>
</profile>
diff --git a/distribution/proxy/pom.xml b/distribution/proxy/pom.xml
index a61a1e1b8cb..a397b5bea27 100644
--- a/distribution/proxy/pom.xml
+++ b/distribution/proxy/pom.xml
@@ -715,7 +715,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
- <scope>runtime</scope>
+ <scope>provided</scope>
</dependency>
</dependencies>
</profile>
diff --git a/test/e2e/sql/pom.xml b/test/e2e/sql/pom.xml
index 6e8823b5223..6f20f90f9eb 100644
--- a/test/e2e/sql/pom.xml
+++ b/test/e2e/sql/pom.xml
@@ -61,6 +61,7 @@
<artifactId>hive-jdbc</artifactId>
<version>${hive-jdbc.version}</version>
<classifier>standalone</classifier>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>