File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 44
44
<groupId >io.dropwizard.metrics</groupId >
45
45
<artifactId >metrics-core</artifactId >
46
46
</dependency >
47
- <dependency >
48
- <groupId >org.springframework.boot</groupId >
49
- <artifactId >spring-boot-starter-data-redis</artifactId >
50
- </dependency >
47
+ <!-- < dependency>
48
+ <groupId>org.springframework.boot</groupId>
49
+ <artifactId>spring-boot-starter-data-redis</artifactId>
50
+ </dependency> -- >
51
51
<dependency >
52
52
<groupId >org.springframework.boot</groupId >
53
53
<artifactId >spring-boot-starter-test</artifactId >
94
94
<plugin >
95
95
<groupId >org.springframework.boot</groupId >
96
96
<artifactId >spring-boot-maven-plugin</artifactId >
97
+ <version >${spring-boot.version} </version >
98
+ <executions >
99
+ <execution >
100
+ <goals >
101
+ <goal >build-info</goal >
102
+ <goal >repackage</goal >
103
+ </goals >
104
+ </execution >
105
+ </executions >
106
+ <configuration >
107
+ <!-- do not enable it, this will creats a non standard jar and cause autoconfig to fail -->
108
+ <executable >false</executable >
109
+ </configuration >
97
110
</plugin >
98
111
</plugins >
99
112
</build >
You can’t perform that action at this time.
0 commit comments