Skip to content

Commit aa954c9

Browse files
authored
Merge pull request #3926 from hczlovesjesus/master
父工程pom文件中spring context依赖被设置成provide,会导致子项目无法运行,疑似配置问题
2 parents 1f4ba7b + 83d4587 commit aa954c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
<groupId>org.springframework</groupId>
133133
<artifactId>spring-context</artifactId>
134134
<version>${spring.version}</version>
135-
<scope>provided</scope>
136135
</dependency>
137136

138137
<!-- mybatis-starter:mybatis + mybatis-spring + hikari(default) -->

0 commit comments

Comments
 (0)