We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5a305 commit 6d76cb0Copy full SHA for 6d76cb0
pom.xml
@@ -12,7 +12,7 @@
12
<parent>
13
<groupId>org.springframework.boot</groupId>
14
<artifactId>spring-boot-starter-parent</artifactId>
15
- <version>1.5.0.BUILD-SNAPSHOT</version>
+ <version>1.5.0.RELEASE</version>
16
</parent>
17
18
<modules>
redis/cluster/pom.xml
@@ -24,6 +24,13 @@
24
<dependency>
25
26
<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>
34
<optional>true</optional>
35
</dependency>
36
0 commit comments