Use Spring Cloud Commons 1.0.0.RELEASE

- Remove outdated `spring-core` and `spring-integration` overrides
This commit is contained in:
Marius Bogoevici
2016-05-08 19:18:33 -04:00
parent eb119117db
commit 4c35c7ff59
5 changed files with 2 additions and 15 deletions

View File

@@ -23,11 +23,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<!-- External systems supported, each should be marked optional -->
<!-- redis -->
<dependency>