Skip to content

Commit aa0cad6

Browse files
committed
bugfix
1 parent e02e782 commit aa0cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publiccms-parent/publiccms/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// https://mvnrepository.com/artifact/cn.smallbun.screw/screw-core
3535
testImplementation "cn.smallbun.screw:screw-core:1.0.5"
3636

37-
compileOnly "org.mybatis.generator:mybatis-generator-core:${mybatisGenerator}"
37+
testImplementation "org.mybatis.generator:mybatis-generator-core:${mybatisGenerator}"
3838
compileOnly "jakarta.servlet:jakarta.servlet-api:${servletVersion}"
3939
}
4040
war{

0 commit comments

Comments
 (0)