Skip to content

Commit 6d76cb0

Browse files
committed
spring-projects#258 - Upgrade to Spring Boot 1.5.0.RELEASE.
1 parent 3d5a305 commit 6d76cb0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.5.0.BUILD-SNAPSHOT</version>
15+
<version>1.5.0.RELEASE</version>
1616
</parent>
1717

1818
<modules>

redis/cluster/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
<dependency>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-configuration-processor</artifactId>
27+
<exclusions>
28+
<!-- Boot 1.5 refers to that test scope dependency in compile scope -->
29+
<exclusion>
30+
<groupId>org.springframework.boot</groupId>
31+
<artifactId>spring-boot-test-support</artifactId>
32+
</exclusion>
33+
</exclusions>
2734
<optional>true</optional>
2835
</dependency>
2936

0 commit comments

Comments
 (0)