From 797203cb6a76800864fe09a3ec3010dd8d066063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Daniel=20Fad=C3=B3n?= Date: Tue, 2 Sep 2025 15:00:08 -0300 Subject: [PATCH] Remoce azure dependency and use jackson directly --- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f0aae33..4fe5b96 100644 --- a/pom.xml +++ b/pom.xml @@ -54,11 +54,6 @@ httpclient 4.5.14 - - io.split.integrations.azure - impressions-listener - 0.9.1 - org.mockito mockito-core @@ -70,6 +65,16 @@ sdk 1.17.0 + + com.fasterxml.jackson.core + jackson-core + 2.20.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.20.0 +