From 7cce374286cf7b5bf7672aef36eed7faf4a5b045 Mon Sep 17 00:00:00 2001 From: Maciej Szwaja Date: Fri, 13 Mar 2026 05:25:56 -0700 Subject: [PATCH] chore: add explicit jackson-annotations dependency in core PiperOrigin-RevId: 883110228 --- core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index a0f843f56..36ab783dd 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -92,6 +92,10 @@ com.google.errorprone error_prone_annotations + + com.fasterxml.jackson.core + jackson-annotations + com.fasterxml.jackson.core jackson-databind