Remove config server monitor for this release

A bug in spring-cloud-config makes the generetaed jar blow up
if it is using the default classpath:/launcher/ location for
config files. We can fix that in 1.2.1.
This commit is contained in:
Dave Syer
2016-10-13 11:58:04 +01:00
parent 16a9c6890f
commit 5facdb5e55
2 changed files with 0 additions and 10 deletions

View File

@@ -33,10 +33,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-monitor</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>