mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 00:21:19 +00:00
Update swagger annotation version in Java clients (#915)
* update swagger annotation version in java client * add java retrofit2 play 2.6 to java petstore all bin script * remove empty line in pom.xml
This commit is contained in:
@@ -9,7 +9,7 @@ lazy val root = (project in file(".")).
|
||||
publishArtifact in (Compile, packageDoc) := false,
|
||||
resolvers += Resolver.mavenLocal,
|
||||
libraryDependencies ++= Seq(
|
||||
"io.swagger" % "swagger-annotations" % "1.5.9" % "compile",
|
||||
"io.swagger" % "swagger-annotations" % "1.5.21" % "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",
|
||||
|
||||
Reference in New Issue
Block a user