We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df90ecc commit a9a575aCopy full SHA for a9a575a
1 file changed
build.gradle
@@ -77,6 +77,9 @@ subprojects {
77
exclude group:'org.springframework', module:'spring-context'
78
}
79
80
+ // Correct the above exclusions, group:'org.springframework', module:'spring-context'
81
+ implementation 'org.springframework:spring-context:6.2.7'
82
+
83
// 修正上方排除的 org.apache.tomcat.embed:tomcat-embed-core
84
implementation 'org.apache.tomcat.embed:tomcat-embed-core:11.0.7'
85
// 修正上方排除的 ch.qos.logback:logback-classic
0 commit comments