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 de192a30c94 Fixes Proxy Native not finding `native-image.properties` 
in `infra-reachability-metadata` module (#30245)
de192a30c94 is described below

commit de192a30c9460bb94385c2a88e766025b211f906
Author: Ling Hengqian <[email protected]>
AuthorDate: Thu Feb 22 20:33:12 2024 +0800

    Fixes Proxy Native not finding `native-image.properties` in 
`infra-reachability-metadata` module (#30245)
---
 distribution/proxy-native/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/distribution/proxy-native/pom.xml 
b/distribution/proxy-native/pom.xml
index 67133cf256f..48d7c800fde 100644
--- a/distribution/proxy-native/pom.xml
+++ b/distribution/proxy-native/pom.xml
@@ -37,6 +37,11 @@
             <artifactId>shardingsphere-proxy-bootstrap</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>com.zaxxer</groupId>

Reply via email to