Skip to content

Commit adac4d8

Browse files
committed
add logback
Co-authored-by: tiendat-NTD <tiendat.8498@gmail.com> Co-authored-by: macmie2411999 <caoducmanh2411999@gmail.com>
1 parent 47188bb commit adac4d8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,13 @@
128128
</dependency>
129129
<dependency>
130130
<groupId>org.springframework</groupId>
131-
<artifactId>spring-webmvc</artifactId>
132-
<version>6.1.14</version>
131+
<artifactId>spring-expression</artifactId>
132+
<version>5.3.27</version>
133+
</dependency>
134+
<dependency>
135+
<groupId>ch.qos.logback</groupId>
136+
<artifactId>logback-classic</artifactId>
137+
<version>1.2.13</version>
133138
</dependency>
134139
</dependencies>
135140
<build>

0 commit comments

Comments
 (0)