fix dubbo-spring-boot-interceptor dependency (#14059)

This commit is contained in:
王聪洋 2024-04-10 15:20:59 +08:00 committed by GitHub
parent 53553dcef4
commit 314547ef4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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>