mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-17 08:31:23 +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:
@@ -10,9 +10,9 @@ lazy val root = (project in file(".")).
|
||||
resolvers += Resolver.mavenLocal,
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.5.21" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "10.0.1" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "10.0.1" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "10.0.1" % "compile",
|
||||
"io.github.openfeign" % "feign-core" % "9.4.0" % "compile",
|
||||
"io.github.openfeign" % "feign-jackson" % "9.4.0" % "compile",
|
||||
"io.github.openfeign" % "feign-slf4j" % "9.4.0" % "compile",
|
||||
"io.github.openfeign.form" % "feign-form" % "2.1.0" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-core" % "2.8.7" % "compile",
|
||||
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.8.7" % "compile",
|
||||
|
||||
Reference in New Issue
Block a user