Skip to content

Commit e70be04

Browse files
committed
Aligns logging with boot logging starter
1 parent 1096b27 commit e70be04

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@
3030
<dependencies>
3131
<!-- Script -->
3232
<dependency>
33-
<groupId>commons-logging</groupId>
34-
<artifactId>commons-logging</artifactId>
35-
<version>1.3.5</version>
33+
<groupId>org.springframework</groupId>
34+
<artifactId>spring-core</artifactId>
3635
<scope>compile</scope>
3736
</dependency>
3837
<dependency>
39-
<groupId>org.slf4j</groupId>
40-
<artifactId>slf4j-api</artifactId>
41-
<version>2.0.16</version>
42-
<scope>compile</scope>
38+
<groupId>ch.qos.logback</groupId>
39+
<artifactId>logback-classic</artifactId>
4340
</dependency>
4441
<dependency>
45-
<groupId>org.springframework</groupId>
46-
<artifactId>spring-core</artifactId>
47-
<scope>compile</scope>
42+
<groupId>org.apache.logging.log4j</groupId>
43+
<artifactId>log4j-to-slf4j</artifactId>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.slf4j</groupId>
47+
<artifactId>jul-to-slf4j</artifactId>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)