File tree 1 file changed +4
-0
lines changed
modules/openapi-generator/src/main/resources/Java/libraries/feign
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,19 @@ lazy val root = (project in file(".")).
12
12
"io.swagger" % "swagger-annotations" % "1.6.11" % "compile",
13
13
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
14
14
"io.github.openfeign" % "feign-core" % "10.12" % "compile",
15
+ { {#jackson} }
15
16
"io.github.openfeign" % "feign-jackson" % "10.12" % "compile",
17
+ { {/jackson} }
16
18
"io.github.openfeign" % "feign-slf4j" % "10.12" % "compile",
17
19
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
18
20
"io.github.openfeign" % "feign-okhttp" % "10.12" % "compile",
21
+ { {#jackson} }
19
22
"com.fasterxml.jackson.core" % "jackson-core" % "2.14.3" % "compile",
20
23
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.14.3" % "compile",
21
24
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.3" % "compile",
22
25
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.9.10" % "compile",
23
26
"com.github.joschi.jackson" % "jackson-datatype-threetenbp" % "2.9.10" % "compile",
27
+ { {/jackson} }
24
28
"com.github.scribejava" % "scribejava-core" % "8.0.0" % "compile",
25
29
"com.brsanthu" % "migbase64" % "2.2" % "compile",
26
30
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
You can’t perform that action at this time.
0 commit comments