forked from loafle/openapi-generator-original
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"
|
implementation "io.swagger:swagger-annotations:$swagger_annotations_version"
|
||||||
{{/swagger1AnnotationLibrary}}
|
{{/swagger1AnnotationLibrary}}
|
||||||
{{#swagger2AnnotationLibrary}}
|
{{#swagger2AnnotationLibrary}}
|
||||||
implementation "io.swagge.core.v3r:swagger-annotations:$swagger_annotations_version"
|
implementation "io.swagger.core.v3:swagger-annotations:$swagger_annotations_version"
|
||||||
{{/swagger2AnnotationLibrary}}
|
{{/swagger2AnnotationLibrary}}
|
||||||
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
implementation "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation "io.projectreactor:reactor-core:$reactor_version"
|
implementation "io.projectreactor:reactor-core:$reactor_version"
|
||||||
|
@ -124,7 +124,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 "com.google.code.findbugs:jsr305:3.0.2"
|
||||||
implementation "io.projectreactor:reactor-core:$reactor_version"
|
implementation "io.projectreactor:reactor-core:$reactor_version"
|
||||||
implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_boot_version"
|
implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_boot_version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user