More spring-core fixes

This commit is contained in:
Spencer Gibb
2016-05-06 11:32:24 -06:00
parent c5b6aa57c1
commit c4fb6b1cf8
2 changed files with 14 additions and 0 deletions

View File

@@ -41,6 +41,13 @@
<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>

View File

@@ -96,6 +96,13 @@
<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>org.projectlombok</groupId>