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 34d4f735b73 Add native profile for jdbc-distribution (#36152)
34d4f735b73 is described below

commit 34d4f735b73a3ef6a6141adff03df8fc1e7a3753
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Sun Aug 3 10:29:08 2025 +0800

    Add native profile for jdbc-distribution (#36152)
---
 distribution/jdbc/pom.xml | 12 ++++++++++++
 jdbc/pom.xml              |  5 -----
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/distribution/jdbc/pom.xml b/distribution/jdbc/pom.xml
index 258c2a82744..3a2f0424237 100644
--- a/distribution/jdbc/pom.xml
+++ b/distribution/jdbc/pom.xml
@@ -462,5 +462,17 @@
                 </dependency>
             </dependencies>
         </profile>
+        
+        <profile>
+            <id>native</id>
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.shardingsphere</groupId>
+                    
<artifactId>shardingsphere-infra-reachability-metadata</artifactId>
+                    <version>${project.version}</version>
+                    <scope>runtime</scope>
+                </dependency>
+            </dependencies>
+        </profile>
     </profiles>
 </project>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 7f1598fc0d2..25ad68c79e3 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -83,11 +83,6 @@
             <artifactId>shardingsphere-sql-parser-core</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.shardingsphere</groupId>
-            <artifactId>shardingsphere-infra-reachability-metadata</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         
         <dependency>
             <groupId>org.apache.shardingsphere</groupId>

Reply via email to