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 314547ef4d fix dubbo-spring-boot-interceptor dependency (#14059)
314547ef4d is described below
commit 314547ef4d024305585b8b84f4ad77b41bd41e51
Author: 王聪洋 <[email protected]>
AuthorDate: Wed Apr 10 15:20:59 2024 +0800
fix dubbo-spring-boot-interceptor dependency (#14059)
---
dubbo-spring-boot/dubbo-spring-boot-interceptor/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dubbo-spring-boot/dubbo-spring-boot-interceptor/pom.xml
b/dubbo-spring-boot/dubbo-spring-boot-interceptor/pom.xml
index 6585f611e4..9e3f238ff8 100644
--- a/dubbo-spring-boot/dubbo-spring-boot-interceptor/pom.xml
+++ b/dubbo-spring-boot/dubbo-spring-boot-interceptor/pom.xml
@@ -46,6 +46,12 @@
<artifactId>spring-boot-starter-web</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.apache.dubbo</groupId>
+ <artifactId>dubbo-rpc-api</artifactId>
+ <version>${project.version}</version>
+ <optional>true</optional>
+ </dependency>
</dependencies>
</project>