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

update to correct starter definitions in finchley branch

This commit is contained in:
fangjian0423 2019-10-17 17:44:44 +08:00
parent 62d5476cd8
commit bd21731977

View File

@ -19,6 +19,10 @@
<artifactId>spring-cloud-alibaba-dubbo</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>