This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng 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 4afe6acbefe Update proxy bootstrap maven dev profile: add
data-pipeline-feature-sharding (#37506)
4afe6acbefe is described below
commit 4afe6acbefe172c08c6bd7b3ca65274ca0f9e0e1
Author: Hongsheng Zhong <[email protected]>
AuthorDate: Thu Dec 25 14:28:32 2025 +0800
Update proxy bootstrap maven dev profile: add
data-pipeline-feature-sharding (#37506)
---
proxy/bootstrap/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 576a943c7d1..e43e279574b 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -170,6 +170,12 @@
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.shardingsphere</groupId>
+
<artifactId>shardingsphere-data-pipeline-feature-sharding</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-sharding-mysql</artifactId>