Skip to content

Commit

Permalink
fix dubbo-spring-boot-interceptor dependency (#14059)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy666103 committed Apr 10, 2024
1 parent 53553dc commit 314547e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dubbo-spring-boot/dubbo-spring-boot-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 314547e

Please sign in to comment.