Merge pull request #558 from spring-cloud/fix-551-remove-deprecated-starter

Remove deprecated netflix-core starters deps. Fixes gh-551
This commit is contained in:
Olga Maciaszek-Sharma
2019-05-08 16:28:13 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-core</artifactId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
<optional>true</optional>
</dependency>
<dependency>

View File

@@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-core</artifactId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>