We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02e782 commit aa0cad6Copy full SHA for aa0cad6
publiccms-parent/publiccms/build.gradle
@@ -34,7 +34,7 @@ dependencies {
34
// https://mvnrepository.com/artifact/cn.smallbun.screw/screw-core
35
testImplementation "cn.smallbun.screw:screw-core:1.0.5"
36
37
- compileOnly "org.mybatis.generator:mybatis-generator-core:${mybatisGenerator}"
+ testImplementation "org.mybatis.generator:mybatis-generator-core:${mybatisGenerator}"
38
compileOnly "jakarta.servlet:jakarta.servlet-api:${servletVersion}"
39
}
40
war{
0 commit comments