From 4aecf52201b942f3fdc95ad505e1567f0c837567 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 7 Apr 2022 16:34:48 +0100 Subject: Add separate version for Jackson annotations Issue-ID: POLICY-4070 Change-Id: Ia742732bab1870d06fbbddc74180b995763bb442 Signed-off-by: liamfallon --- policy-endpoints/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index c8ba090b..438cee7b 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -88,7 +88,7 @@ com.fasterxml.jackson.core jackson-annotations - ${version.jackson} + ${version.jackson.annotations} @@ -237,4 +237,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg