From 7edf3d37320c593aa92d62338fe7fe2acb35b606 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 18 Aug 2021 13:54:08 +0100 Subject: [PATCH] Align all SDC dependencies versions Signed-off-by: Vasyl Razinkov Change-Id: Iba19bd39ba5a136436ac1e9ca0a7dcc164d6f7bf Issue-ID: SDC-2875 --- .../etsi-nfv-nsd-csar-plugin/pom.xml | 8 +++++++ catalog-be/pom.xml | 4 ++-- catalog-fe/pom.xml | 4 ++-- catalog-model/pom.xml | 27 ++++++++++++++++++++++ integration-tests/pom.xml | 2 +- onboarding/pom.xml | 10 +------- .../notifications-fe/pom.xml | 6 ++--- .../backend/openecomp-sdc-security-util/pom.xml | 2 +- openecomp-be/tools/swagger-ui/pom.xml | 8 +++++++ pom.xml | 20 ++++++++-------- 10 files changed, 63 insertions(+), 28 deletions(-) diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml index b39a0bd3b6..6f7cbb64b5 100644 --- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml +++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml @@ -66,6 +66,14 @@ org.springframework spring-webmvc + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 2e1d45432e..841c8fb6a3 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -1093,12 +1093,12 @@ org.aspectj aspectjtools - 1.9.2 + ${aspectj.version} org.aspectj aspectjweaver - 1.9.2 + ${aspectj.version} diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 05473627ab..0b986244f8 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -450,12 +450,12 @@ org.aspectj aspectjtools - 1.9.2 + ${aspectj.version} org.aspectj aspectjweaver - 1.9.2 + ${aspectj.version} diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 5c74421893..588396d75f 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -23,6 +23,11 @@ jackson-core ${jackson.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + @@ -48,6 +53,10 @@ org.springframework spring-core + + com.fasterxml.jackson.core + jackson-databind + @@ -82,6 +91,14 @@ com.fasterxml.jackson.core jackson-core + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + @@ -264,6 +281,12 @@ cassandra-driver-core ${cassandra.driver.version} provided + + + com.fasterxml.jackson.core + jackson-databind + + com.datastax.cassandra @@ -423,6 +446,10 @@ org.springframework spring-core + + com.fasterxml.jackson.core + jackson-databind + diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 1656e28bce..33958d4715 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -55,7 +55,7 @@ limitations under the License. 1.2.2 - 1.6.5 + 1.6.6 diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 6b760c872d..c301907ec7 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -45,17 +45,9 @@ 2.5 3.1.0 2.4 - 1.4.0 2.4 2.4 - 0.13.3 - 1.10 - 2.3 - 2.8 2.1.1 - 3.5.3 - 3.5.1 - 3.5.1 ${aspectj.version} @@ -81,7 +73,7 @@ 1.19.1 1.18.1 1.5.1 - 1.7.21 + ${slf4j-api.version} ${spring.version} ${swagger-core-mvn-plugin.version} 4.4.1 diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 282276d0c3..12fe599d33 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -162,17 +162,17 @@ org.aspectj aspectjweaver - 1.8.9 + ${aspectj.version} org.aspectj aspectjrt - 1.8.9 + ${aspectj.version} org.aspectj aspectjtools - 1.8.9 + ${aspectj.version} org.apache.httpcomponents diff --git a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml index 1c2a6b510a..012784f5c1 100644 --- a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml @@ -34,7 +34,7 @@ org.functionaljava functionaljava - 4.7 + ${functionaljava.version} diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml index 4e09c7fe04..8bacc05693 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -26,6 +26,14 @@ org.eclipse.jetty jetty-servlets + + org.springframework + spring-core + + + org.springframework + spring-web + diff --git a/pom.xml b/pom.xml index abf1ce7aaa..70572e593c 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ Modifications copyright (c) 2018-2019 Nokia 3.10 30.1-jre 0.3.3 - 5.3.8 + 5.3.9 2.34 4.1.66.Final 3.1.0 @@ -55,7 +55,7 @@ Modifications copyright (c) 2018-2019 Nokia 2.6.0 4.3.1.0 2.1.8 - 1.18.18 + 1.18.20 1.9.4 2.8.0 2.7 @@ -80,15 +80,15 @@ Modifications copyright (c) 2018-2019 Nokia 2.1.3 - 2.12.1 + 2.12.4 ${jackson.version} 2.1.1 false - 1.28 - 4.7 + 1.29 + 4.9 4.5.13 4.4.1 1.1 @@ -108,7 +108,7 @@ Modifications copyright (c) 2018-2019 Nokia 0.20.1 - 1.8.9 + 1.9.7 ${aspectj.version} 0.13.2 @@ -129,12 +129,12 @@ Modifications copyright (c) 2018-2019 Nokia ${mockito.version} 1.35 1.7.1 - 5.7.0 + 5.7.2 3.16.0 - 7.3.0 + 7.4.0 6.8.1 0.11 - 2.1 + 2.2 1.3 2.22.2 2.4 @@ -172,7 +172,7 @@ Modifications copyright (c) 2018-2019 Nokia 1.6.0 - 0.8.5 + 0.8.7 4.5.1 -- 2.16.6