Remove dependency on spring-boot-starter

Fixes gh-116
This commit is contained in:
Dave Syer
2015-09-23 11:06:24 +01:00
parent 92cc01c029
commit df1f62374d

View File

@@ -30,7 +30,12 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>