Skip to content

Commit 2b28907

Browse files
authored
remove jackson-databind (#1104)
only jackson-core used for sniffing
1 parent 2a466d1 commit 2b28907

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest5-client/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ dependencies {
154154
// Apache 2.0
155155
// https://github.com/FasterXML/jackson
156156
implementation("com.fasterxml.jackson.core", "jackson-core", jacksonVersion)
157-
implementation("com.fasterxml.jackson.core", "jackson-databind", jacksonVersion)
158157

159158
// // Apache-2.0
160159
// testImplementation("commons-io:commons-io:2.17.0")

0 commit comments

Comments
 (0)