This is an automated email from the ASF dual-hosted git repository.
terrymanu 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 480ee957d6b Update the outdated HiveServer2 doc regarding third-party
dependencies (#38722)
480ee957d6b is described below
commit 480ee957d6b9fd8136868e711ffb8b12275b7381
Author: Hengqian Ling <[email protected]>
AuthorDate: Thu May 28 10:28:36 2026 +0800
Update the outdated HiveServer2 doc regarding third-party dependencies
(#38722)
---
.../shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md | 4 ----
.../shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md | 4 ----
test/native/pom.xml | 4 ----
3 files changed, 12 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
index 9a2090edccc..0ff80f87786 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.cn.md
@@ -55,10 +55,6 @@ ShardingSphere 对 HiveServer2 JDBC Driver 的支持位于可选模块中。
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- </exclusion>
</exclusions>
</dependency>
</dependencies>
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
index 5f671aa5608..fa8710f90a6 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/optional-plugins/hiveserver2/_index.en.md
@@ -57,10 +57,6 @@ The following is an example of a possible configuration,
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- </exclusion>
</exclusions>
</dependency>
</dependencies>
diff --git a/test/native/pom.xml b/test/native/pom.xml
index 08291d9bdf5..b486dfe45a9 100644
--- a/test/native/pom.xml
+++ b/test/native/pom.xml
@@ -119,10 +119,6 @@
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- </exclusion>
</exclusions>
</dependency>