From 8e3d99798c542407542263020082e406bf27e80f Mon Sep 17 00:00:00 2001 From: Loganathan Sekar Date: Tue, 9 Jan 2024 12:09:40 +0530 Subject: [PATCH] Fixed build issue due to jackson dependency --- authentication/authentication-authtypelockfilter-impl/pom.xml | 2 -- authentication/authentication-hotlistfilter-impl/pom.xml | 3 --- authentication/pom.xml | 4 ++-- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/authentication/authentication-authtypelockfilter-impl/pom.xml b/authentication/authentication-authtypelockfilter-impl/pom.xml index 6c8e9f0653d..586c180f18d 100644 --- a/authentication/authentication-authtypelockfilter-impl/pom.xml +++ b/authentication/authentication-authtypelockfilter-impl/pom.xml @@ -74,8 +74,6 @@ 1.7.25 - 2.9.5 - 2.9.8 20180130 2.2.10 20180813 diff --git a/authentication/authentication-hotlistfilter-impl/pom.xml b/authentication/authentication-hotlistfilter-impl/pom.xml index 99124957bb8..7665e679b29 100644 --- a/authentication/authentication-hotlistfilter-impl/pom.xml +++ b/authentication/authentication-hotlistfilter-impl/pom.xml @@ -74,9 +74,6 @@ 1.7.25 - 2.9.5 - 2.9.8 - 2.9.6 20180130 2.2.10 20180813 diff --git a/authentication/pom.xml b/authentication/pom.xml index baf1d8c9395..f85804c6215 100644 --- a/authentication/pom.xml +++ b/authentication/pom.xml @@ -224,12 +224,12 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.12.0 + ${jackson.version} com.fasterxml.jackson.module jackson-module-jaxb-annotations - 2.12.0 + ${jackson.version}