File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 97
97
<type >pom</type >
98
98
<scope >import</scope >
99
99
</dependency >
100
+ <dependency >
101
+ <groupId >org.slf4j</groupId >
102
+ <artifactId >slf4j-bom</artifactId >
103
+ <version >2.0.17</version >
104
+ <type >pom</type >
105
+ <scope >import</scope >
106
+ </dependency >
100
107
<dependency >
101
108
<groupId >org.springframework.boot</groupId >
102
109
<artifactId >spring-boot-dependencies</artifactId >
259
266
<version >5.15.2</version >
260
267
<scope >test</scope >
261
268
</dependency >
262
- <dependency >
263
- <groupId >org.slf4j</groupId >
264
- <artifactId >slf4j-simple</artifactId >
265
- <version >2.0.17</version >
266
- <scope >test</scope >
267
- </dependency >
268
269
<!--
269
270
This plugin is used to start a spring boot application during tests
270
271
to generate AOT metadata. See also spring-boot-maven-plugin
You can’t perform that action at this time.
0 commit comments