Skip to content

Commit a9a575a

Browse files
committed
fix issue
1 parent df90ecc commit a9a575a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ subprojects {
7777
exclude group:'org.springframework', module:'spring-context'
7878
}
7979

80+
// Correct the above exclusions, group:'org.springframework', module:'spring-context'
81+
implementation 'org.springframework:spring-context:6.2.7'
82+
8083
// 修正上方排除的 org.apache.tomcat.embed:tomcat-embed-core
8184
implementation 'org.apache.tomcat.embed:tomcat-embed-core:11.0.7'
8285
// 修正上方排除的 ch.qos.logback:logback-classic

0 commit comments

Comments
 (0)