Remove deprecated netflix-core dependency.

This commit is contained in:
Olga Maciaszek-Sharma
2019-05-10 16:06:58 +02:00
parent 4008a6e34f
commit 328b0df842
3 changed files with 5 additions and 4 deletions

View File

@@ -33,7 +33,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>