Update eureka starter to one available from Edgware on.

This will need to be edited manually for a Dalston or Camden release.
This commit is contained in:
Spencer Gibb
2017-12-02 00:26:53 -05:00
parent d75fde634b
commit eb795d3f42

View File

@@ -47,7 +47,7 @@ To get started with Maven with a BOM (dependency management only):
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
...
</dependencies>
@@ -78,7 +78,7 @@ dependencyManagement {
dependencies {
compile 'org.springframework.cloud:spring-cloud-starter-config'
compile 'org.springframework.cloud:spring-cloud-starter-eureka'
compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
...
}
```