From 577a4158c409e43aa556466b267eb019624b395f Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Fri, 3 Jan 2025 17:04:29 +0800 Subject: [PATCH] Fix dubbo-compiler import --- dubbo-rpc/dubbo-rpc-triple/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dubbo-rpc/dubbo-rpc-triple/pom.xml b/dubbo-rpc/dubbo-rpc-triple/pom.xml index 1b4bebf035c..5d0a0140c4c 100644 --- a/dubbo-rpc/dubbo-rpc-triple/pom.xml +++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml @@ -123,6 +123,12 @@ spock-core test + + org.apache.dubbo + dubbo-compiler + ${project.parent.version} + true +