Skip to content

Commit 01ce0c4

Browse files
authored
Merge pull request #160 from Nohit-Java17/develop
add logback
2 parents e185259 + adac4d8 commit 01ce0c4

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)