From af63ad9fa5f1504bfdca5cd499b23e883525dd30 Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 1 Jun 2023 18:37:12 +0100 Subject: Exclude outdated transitive dependencies com.fasterxml.jackson. Signed-off-by: Vasyl Razinkov Change-Id: Ib1e2a95bcf328085173da81bf107f2f75e726429 Issue-ID: SDC-4525 --- catalog-be/pom.xml | 13 +++++++++++++ catalog-fe/pom.xml | 10 ++++++++++ common-app-api/pom.xml | 9 +++++++++ .../openecomp-sdc-common-rest/pom.xml | 6 ++++++ 4 files changed, 38 insertions(+) diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index cceab16471..43c31b5f66 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -88,6 +88,10 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + io.github.classgraph classgraph @@ -270,8 +274,17 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version} + org.glassfish.jersey.containers diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 808eb54805..50204d6434 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -137,6 +137,16 @@ jersey-media-json-jackson ${jersey-bom.version} compile + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index b76598fb0e..3bcafc8f86 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -192,8 +192,17 @@ com.fasterxml.jackson.core jackson-annotations + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + ${jackson.version} + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml index bca995d3a5..a1df3ab0e9 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml @@ -68,6 +68,12 @@ swagger-core ${swagger.version} compile + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + org.openecomp.sdc.core -- cgit 1.2.3-korg