From: vasraz Date: Thu, 1 Jun 2023 17:37:12 +0000 (+0100) Subject: Exclude outdated transitive dependencies com.fasterxml.jackson. X-Git-Tag: 1.13.0~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F134745%2F6;p=sdc.git Exclude outdated transitive dependencies com.fasterxml.jackson. Signed-off-by: Vasyl Razinkov Change-Id: Ib1e2a95bcf328085173da81bf107f2f75e726429 Issue-ID: SDC-4525 --- 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