Fix dependency order to nail spring-core version

This commit is contained in:
Dave Syer
2016-05-09 09:33:56 +01:00
parent c4fb6b1cf8
commit c5a5c6bd98
5 changed files with 36 additions and 37 deletions

View File

@@ -17,6 +17,11 @@
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -41,13 +46,6 @@
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<optional>true</optional>
<exclusions>
<!-- TODO: why is this necessary (otherwise get wrong version)? -->
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.ecwid.consul</groupId>