提交 6d333e40 编写于 作者: 如梦技术's avatar 如梦技术 🐛

优化依赖

上级 ff87defd
ext {
javaVersion = JavaVersion.VERSION_1_8
springVersion = "5.1.5.RELEASE"
springBootVersion = "2.1.3.RELEASE"
springCloudVersion = "Greenwich.RELEASE"
micaAutoVersion = "1.0.2"
......@@ -48,7 +49,7 @@ configure(subprojects - project(":mica-bom")) {
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
// swagger 暂时有问题 https://github.com/springfox/springfox/issues/2763
// annotationProcessor "org.springframework:spring-context-indexer"
// annotationProcessor "org.springframework:spring-context-indexer:${springVersion}"
// JSR-305 only used for non-required meta-annotations
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
testCompileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册