mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 21:50:55 +00:00
Fix typo on swagger2 dependency (#15826)
This commit is contained in:
parent
e5a9081456
commit
43b1ce2c89
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user