File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,14 @@ subprojects {
47
47
dependency " org.springframework.boot:spring-boot-configuration-processor:${ springBootVersion} "
48
48
dependency " io.swagger.core.v3:swagger-models:${ swaggerApiVersion} "
49
49
dependency " io.swagger.core.v3:swagger-annotations:${ swaggerApiVersion} "
50
- dependency " io.swagger.core.v3:swagger-integration:${ swaggerApiVersion} "
50
+ dependency(" io.swagger.core.v3:swagger-integration:${ swaggerApiVersion} " ) {
51
+ exclude " io.github.classgraph:classgraph"
52
+ }
51
53
dependency " org.webjars:swagger-ui:${ swaggerUiVersion} "
52
- dependency ' org.webjars:webjars-locator-core:0.45'
54
+ dependency(' org.webjars:webjars-locator-core:0.45' ) {
55
+ exclude " io.github.classgraph:classgraph"
56
+ }
57
+ dependency ' io.github.classgraph:classgraph:4.8.69'
53
58
dependency ' org.springframework.security:spring-security-core:5.3.2.RELEASE'
54
59
dependency ' org.springframework.security.oauth:spring-security-oauth2:2.3.8.RELEASE'
55
60
dependency ' javax.xml:jaxb-impl:2.1'
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ dependencies {
7
7
api ' io.swagger.core.v3:swagger-models'
8
8
api ' io.swagger.core.v3:swagger-annotations'
9
9
api ' io.swagger.core.v3:swagger-integration'
10
- api ' org.apache.commons:commons-lang3'
10
+ api ' io.github.classgraph:classgraph'
11
+ api ' org.apache.commons:commons-lang3'
11
12
}
You can’t perform that action at this time.
0 commit comments