Skip to content

Commit 5c28de0

Browse files
committed
remove jackson-databind
only jackson-core used for sniffing
1 parent b3451d7 commit 5c28de0

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)