Update for commons 2.0.0 changes
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-ribbon</artifactId>
|
||||
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -95,7 +95,6 @@ public class CloudFoundryDiscoveryClient implements DiscoveryClient {
|
||||
return DESCRIPTION;
|
||||
}
|
||||
|
||||
@Override
|
||||
public ServiceInstance getLocalServiceInstance() {
|
||||
List<ServiceInstance> serviceInstances = null;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user