fix missing jackson-databind-nullable in okhttp java client (#10078)

This commit is contained in:
William Cheng
2021-08-03 17:07:14 +08:00
committed by GitHub
parent c21e6de7da
commit c28c1253a4
12 changed files with 40 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ lazy val root = (project in file(".")).
"com.squareup.okhttp3" % "logging-interceptor" % "4.9.1",
"com.google.code.gson" % "gson" % "2.8.6",
"org.apache.commons" % "commons-lang3" % "3.10",
"org.openapitools" % "jackson-databind-nullable" % "0.2.1",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.1",
"org.threeten" % "threetenbp" % "1.4.3" % "compile",
"io.swagger.parser.v3" % "swagger-parser-v3" "2.0.23" % "compile"