mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-17 15:54:36 +00:00
Add option to set Feign version (#1005)
* Add option to set Feign version * add java feign 9x to CI * update usage for Play * fix duplicated artifactId
This commit is contained in:
@@ -97,7 +97,7 @@ ext {
|
||||
swagger_annotations_version = "1.5.21"
|
||||
jackson_version = "2.8.7"
|
||||
threepane_version = "2.6.4"
|
||||
feign_version = "10.0.1"
|
||||
feign_version = "9.4.0"
|
||||
feign_form_version = "2.1.0"
|
||||
junit_version = "4.12"
|
||||
oltu_version = "1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user