From ba4c308787ac2389001b0950228d6fec454b0ccd Mon Sep 17 00:00:00 2001 From: Loganathan Sekar Date: Thu, 29 Feb 2024 10:28:50 +0530 Subject: [PATCH] Corrected jackson dependency versions and added exclusions Signed-off-by: Loganathan Sekar --- .../pom.xml | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/authentication/authentication-childauthfilter-impl/pom.xml b/authentication/authentication-childauthfilter-impl/pom.xml index c8b3ce6272..3219275a56 100644 --- a/authentication/authentication-childauthfilter-impl/pom.xml +++ b/authentication/authentication-childauthfilter-impl/pom.xml @@ -58,23 +58,98 @@ spring-boot-starter-security + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + io.mosip.authentication authentication-core ${authentication-core.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + io.mosip.authentication authentication-common ${authentication-common.version} + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-core + + io.mosip.authentication authentication-filter-api ${authentication-filter-api.version} + + io.mosip.kernel + kernel-logger-logback + ${kernel-logger-logback.version} + + + org.springframework.boot + + spring-boot-starter-security + + + + com.fasterxml.jackson.core + jackson-databind + + + + + org.springframework.boot + spring-boot-starter-webflux + ${spring.boot.version} + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + + + io.springfox + springfox-swagger2 + ${maven.swagger.version} + + + com.fasterxml.jackson.core + jackson-annotations + + +