From adf054f606e761af9192c017c5ecfe21c4436630 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Thu, 11 Mar 2021 13:09:15 +0100 Subject: [PATCH] ARTEMIS-3144 Fix RestDeserializationTest --- tests/integration-tests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 0eb1041e73..39a93d0c14 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -431,6 +431,12 @@ activemq-broker ${activemq5-version} test + + + com.fasterxml.jackson.core + jackson-databind + +