Fixing eureka starter

This commit is contained in:
Ryan Baxter
2018-07-02 19:58:48 -04:00
parent 5238a3e82a
commit bc790633ac
2 changed files with 5 additions and 3 deletions

View File

@@ -16,12 +16,12 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>{@= groupId @}</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId>{@= groupId @}</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
<groupId>org.springframework.cloud</groupId>
<artifactId>{@= eurekaStarter @}</artifactId>
</dependency>
</dependencies>