Fix typo on swagger2 dependency (#15826)

This commit is contained in:
Frederic Jones 2023-06-13 15:02:58 +02:00 committed by GitHub
parent e5a9081456
commit 43b1ce2c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ dependencies {
implementation "io.swagger:swagger-annotations:$swagger_annotations_version"
{{/swagger1AnnotationLibrary}}
{{#swagger2AnnotationLibrary}}
implementation "io.swagge.core.v3r:swagger-annotations:$swagger_annotations_version"
implementation "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
{{/swagger2AnnotationLibrary}}
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "io.projectreactor:reactor-core:$reactor_version"

View File

@ -124,7 +124,7 @@ ext {
}
dependencies {
implementation "io.swagge.core.v3r:swagger-annotations:$swagger_annotations_version"
implementation "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
implementation "com.google.code.findbugs:jsr305:3.0.2"
implementation "io.projectreactor:reactor-core:$reactor_version"
implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_boot_version"