This is an automated email from the ASF dual-hosted git repository.

zhangliang 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 9073726fba4 Add authority for runtime scope for proxy startup (#36388)
9073726fba4 is described below

commit 9073726fba4eae237ca63efd8a66d38ec60480d3
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Aug 23 00:31:33 2025 +0800

    Add authority for runtime scope for proxy startup (#36388)
---
 proxy/bootstrap/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/proxy/bootstrap/pom.xml b/proxy/bootstrap/pom.xml
index 6603d588099..b252d1b4368 100644
--- a/proxy/bootstrap/pom.xml
+++ b/proxy/bootstrap/pom.xml
@@ -152,6 +152,18 @@
                     <scope>runtime</scope>
                 </dependency>
                 
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    <artifactId>shardingsphere-authority-simple</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    
<artifactId>shardingsphere-authority-distsql-handler</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
                 <dependency>
                     <groupId>org.apache.shardingsphere</groupId>
                     
<artifactId>shardingsphere-sharding-distsql-handler</artifactId>

Reply via email to