From 38bbfcb91c9a6bac7c3bfc7aa06b99a410f2ed43 Mon Sep 17 00:00:00 2001 From: Anbu Sampath Date: Mon, 17 Nov 2025 04:29:00 +0530 Subject: [PATCH] remove jackson-databind only jackson-core used for sniffing --- rest5-client/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/rest5-client/build.gradle.kts b/rest5-client/build.gradle.kts index ad13d500d..0cd314feb 100644 --- a/rest5-client/build.gradle.kts +++ b/rest5-client/build.gradle.kts @@ -154,7 +154,6 @@ dependencies { // Apache 2.0 // https://github.com/FasterXML/jackson implementation("com.fasterxml.jackson.core", "jackson-core", jacksonVersion) - implementation("com.fasterxml.jackson.core", "jackson-databind", jacksonVersion) // // Apache-2.0 // testImplementation("commons-io:commons-io:2.17.0")