Fix classpaths when starters changed to remove config dependency

This commit is contained in:
Dave Syer
2015-03-18 13:34:57 +00:00
parent 6685c26e93
commit ea6b671f9b
5 changed files with 16 additions and 7 deletions

View File

@@ -37,6 +37,11 @@
</dependencyManagement>
<dependencies>
<dependency>
<!-- TODO: remove this -->
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zuul</artifactId>