mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-25 02:09:08 +00:00
Fix build.sbt.mustache for feign.
This commit is contained in:
@@ -20,7 +20,7 @@ lazy val root = (project in file(".")).
|
||||
"joda-time" % "joda-time" % "2.9.3" % "compile",
|
||||
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1" % "compile",
|
||||
"com.brsanthu" % "migbase64" % "2.2" % "compile",
|
||||
"junit" % "junit" % "4.12" % "testCompile",
|
||||
"junit" % "junit" % "4.12" % "test",
|
||||
"com.novocode" % "junit-interface" % "0.10" % "test"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user