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 cd35ca829a Fix dubbo-rpc-triple module compile failed  (#13283)
cd35ca829a is described below

commit cd35ca829ae74cfcbd27875406ecf9630e1d88fa
Author: huazhongming <crazy...@gmail.com>
AuthorDate: Mon Oct 30 16:16:14 2023 +0800

    Fix dubbo-rpc-triple module compile failed  (#13283)
    
    * Fix lost dubbo-compiler module
    
    Signed-off-by: crazyhzm <crazy...@gmail.com>
    
    * Fix dubbo-rpc-triple module compile failed
    
    Signed-off-by: crazyhzm <crazy...@gmail.com>
    
    ---------
    
    Signed-off-by: crazyhzm <crazy...@gmail.com>
---
 dubbo-rpc/dubbo-rpc-triple/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dubbo-rpc/dubbo-rpc-triple/pom.xml 
b/dubbo-rpc/dubbo-rpc-triple/pom.xml
index 1c28453239..da116e1449 100644
--- a/dubbo-rpc/dubbo-rpc-triple/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml
@@ -91,6 +91,13 @@
             <artifactId>dubbo-native</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.dubbo</groupId>
+            <artifactId>dubbo-compiler</artifactId>
+            <version>${project.parent.version}</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

Reply via email to