1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add spring cloud dubbo dependency in bom

This commit is contained in:
fangjian0423 2019-03-19 20:05:51 +08:00
parent a1b24a6b40
commit 1ef64a79d4

View File

@ -378,6 +378,14 @@
<version>${project.version}</version>
</dependency>
<!-- Dubbo -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-dubbo</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Testing Dependencies -->
</dependencies>