From 9c3281cfd30f5f44571b9bc2ed8bae7d65fdd495 Mon Sep 17 00:00:00 2001 From: Ranjna Ganesh Ram Date: Fri, 17 Jul 2026 17:56:34 +0530 Subject: [PATCH] build(wasm-privacy-coin): remove unused jackson-databind test dependency jackson-databind was added for JSON parsing in retention-flag tests, but those tests were refactored to use Rust-level unit tests instead. The dependency is no longer referenced anywhere in the test sources. Ticket: CSHLD-785 --- packages/wasm-privacy-coin/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/wasm-privacy-coin/pom.xml b/packages/wasm-privacy-coin/pom.xml index 4e8c71fbaa2..0d4f7cd3550 100644 --- a/packages/wasm-privacy-coin/pom.xml +++ b/packages/wasm-privacy-coin/pom.xml @@ -41,12 +41,6 @@ 5.10.3 test - - com.fasterxml.jackson.core - jackson-databind - 2.17.0 - test -