From 18ce2a8826a19ae93933e89c1299913af9c71f88 Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 27 Jul 2020 14:19:51 +0100 Subject: Fix broken transitive dependency Change-Id: I8890eeca62826ee36bac43709761079acf21f235 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3218 --- onboarding/pom.xml | 4 ++-- .../vendor-software-products-rest-services/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 4f3c192c20..4ccb3d831b 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -86,7 +86,7 @@ 4.4.1 4.1.2 2.7.7 - 2.2.11 + 2.3.3 2.2.4 3.0.1-b04 1 @@ -151,7 +151,7 @@ com.sun.xml.bind jaxb-impl - ${jaxb.impl.version} + ${com.sun.xml.version} org.beanshell diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml index 16262af6eb..19462c95d0 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml @@ -21,7 +21,7 @@ com.sun.xml.ws jaxws-ri - 2.3.0 + ${com.sun.xml.version} pom -- cgit 1.2.3-korg