From a6c04cdf4f8343dc44800df75a3898e09b9538c0 Mon Sep 17 00:00:00 2001 From: oxsean Date: Mon, 30 Oct 2023 05:01:30 +0000 Subject: [PATCH] fix(pom): Fix compilation failure in the dubbo-rpc-triple module --- dubbo-plugin/pom.xml | 1 + dubbo-rpc/dubbo-rpc-triple/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index 3d38c11f9e98..2bca5d914004 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -31,6 +31,7 @@ dubbo-qos dubbo-auth + dubbo-compiler dubbo-reactive dubbo-security dubbo-spring-security diff --git a/dubbo-rpc/dubbo-rpc-triple/pom.xml b/dubbo-rpc/dubbo-rpc-triple/pom.xml index 1c2845323913..472487656e2c 100644 --- a/dubbo-rpc/dubbo-rpc-triple/pom.xml +++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml @@ -91,6 +91,12 @@ dubbo-native ${project.parent.version} + + org.apache.dubbo + dubbo-compiler + ${project.parent.version} + provided +