Skip to content

Commit 33ea075

Browse files
committed
Remove slf4j-simple
1 parent 10396b6 commit 33ea075

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@
9797
<type>pom</type>
9898
<scope>import</scope>
9999
</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>
100107
<dependency>
101108
<groupId>org.springframework.boot</groupId>
102109
<artifactId>spring-boot-dependencies</artifactId>
@@ -259,12 +266,6 @@
259266
<version>5.15.2</version>
260267
<scope>test</scope>
261268
</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>
268269
<!--
269270
This plugin is used to start a spring boot application during tests
270271
to generate AOT metadata. See also spring-boot-maven-plugin

0 commit comments

Comments
 (0)