This is an automated email from the ASF dual-hosted git repository.
albumenj 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 577a4158c4 Fix dubbo-compiler import
577a4158c4 is described below
commit 577a4158c409e43aa556466b267eb019624b395f
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Jan 3 17:04:29 2025 +0800
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 1b4bebf035..5d0a0140c4 100644
--- a/dubbo-rpc/dubbo-rpc-triple/pom.xml
+++ b/dubbo-rpc/dubbo-rpc-triple/pom.xml
@@ -123,6 +123,12 @@
<artifactId>spock-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-compiler</artifactId>
+ <version>${project.parent.version}</version>
+ <optional>true</optional>
+ </dependency>
</dependencies>
<build>
<plugins>