Remove deprecated netflix-core starters deps. Fixes gh-551

This commit is contained in:
Olga Maciaszek-Sharma
2019-05-08 16:18:36 +02:00
parent dc4a97329c
commit f96b611fb4
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>