This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 660d5a2ecd Add dubbo-native module (#13127)
660d5a2ecd is described below
commit 660d5a2ecd0e3fb114d1945356f7f2ec420a7cb4
Author: huazhongming <[email protected]>
AuthorDate: Tue Sep 26 11:40:15 2023 +0800
Add dubbo-native module (#13127)
Signed-off-by: crazyhzm <[email protected]>
---
dubbo-plugin/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml
index e919be86f2..058f123403 100644
--- a/dubbo-plugin/pom.xml
+++ b/dubbo-plugin/pom.xml
@@ -36,6 +36,7 @@
<module>dubbo-spring-security</module>
<module>dubbo-qos-api</module>
<module>dubbo-plugin-cluster-mergeable</module>
+ <module>dubbo-native</module>
<module>dubbo-plugin-mock</module>
<module>dubbo-plugin-router-script</module>
<module>dubbo-plugin-router-mesh</module>