From 8dbc732ba29fed3921477467ee9424732014d70b Mon Sep 17 00:00:00 2001 From: vasraz Date: Sat, 26 Jun 2021 14:23:12 +0100 Subject: [PATCH] Upgrade springframework to latest version (5.3.8) Signed-off-by: Vasyl Razinkov Change-Id: I5611f4f275f7a81a7f1b65fde36b2c84894f4619 Issue-ID: SDC-3648 --- asdctool/pom.xml | 30 +++++++++++ .../etsi-nfv-nsd-csar-plugin/pom.xml | 21 ++++++++ catalog-be/pom.xml | 58 ++++++++++++++++++++++ catalog-dao/pom.xml | 28 +++++++++++ catalog-model/pom.xml | 39 +++++++++++++++ common-app-api/pom.xml | 14 ++++++ common-be/pom.xml | 15 ++++++ integration-tests/pom.xml | 12 +++++ onboarding/pom.xml | 29 +++++++++++ .../action-library-rest-services/pom.xml | 16 ++++++ .../application-config-rest-services/pom.xml | 16 ++++++ .../conflict-rest/conflict-rest-services/pom.xml | 10 ++++ .../externaltesting-rest-services/pom.xml | 22 ++++++++ .../healthcheck-rest-services/pom.xml | 10 ++++ .../item-permissions-rest-services/pom.xml | 10 ++++ .../item-rest/item-rest-services/pom.xml | 10 ++++ .../notifications-fe/pom.xml | 36 ++++++++++++++ .../notifications-rest-services/pom.xml | 10 ++++ .../onboarding-rest-war/pom.xml | 47 ++++++++++++++++++ .../togglz-rest/togglz-rest-services/pom.xml | 16 ++++++ .../unique-type-rest-services/pom.xml | 10 ++++ .../validation-rest-services/pom.xml | 22 ++++++++ .../vendor-license-rest-services/pom.xml | 6 +++ .../vendor-software-products-rest-services/pom.xml | 16 ++++++ .../vendor-software-products-rest-types/pom.xml | 6 +++ .../vnf-repository-rest-services/pom.xml | 31 ++++++++++++ .../openecomp-sdc-vendor-license-manager/pom.xml | 6 +++ .../pom.xml | 17 +++++++ .../openecomp-sdc-enrichment-core/pom.xml | 6 +++ .../openecomp-sdc-enrichment-impl/pom.xml | 6 +++ .../openecomp-sdc-externaltesting-impl/pom.xml | 17 +++++++ .../openecomp-sdc-logging-spring/pom.xml | 25 ++++++++++ .../openecomp-sdc-model-api/pom.xml | 6 +++ .../openecomp-sdc-notification-websocket/pom.xml | 26 ++++++++++ .../openecomp-sdc-notification-worker/pom.xml | 10 ++++ .../openecomp-sdc-tosca-generator-api/pom.xml | 6 +++ .../openecomp-sdc-translator-api/pom.xml | 6 +++ .../pom.xml | 6 +++ .../openecomp-tosca-converter-core/pom.xml | 6 +++ .../lib/openecomp-tosca-converter-lib/pom.xml | 6 +++ openecomp-be/lib/openecomp-tosca-lib/pom.xml | 11 ++++ openecomp-be/tools/zusammen-tools/pom.xml | 6 +++ pom.xml | 2 +- 43 files changed, 707 insertions(+), 1 deletion(-) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 400ce67d67..95a9b32b49 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -26,6 +26,12 @@ common-be ${project.version} compile + + + org.springframework + spring-core + + org.openecomp.sdc @@ -107,6 +113,14 @@ slf4j-log4j12 org.slf4j + + org.springframework + spring-web + + + org.springframework + spring-webmvc + @@ -427,6 +441,16 @@ spring-context ${spring.version} compile + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -448,6 +472,12 @@ spring-aop ${spring.version} compile + + + org.springframework + spring-core + + 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 37dff17288..b39a0bd3b6 100644 --- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml +++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml @@ -50,8 +50,29 @@ org.eclipse.jetty jetty-servlets + + org.springframework + spring-core + + + org.springframework + spring-expression + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + org.springframework + spring-core + ${spring.version} + diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 666b58aa3c..2e1d45432e 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -118,6 +118,12 @@ common-be ${project.version} compile + + + org.springframework + spring-core + + org.openecomp.sdc.be @@ -125,6 +131,12 @@ ${project.version} test-jar test + + + org.springframework + spring-core + + org.openecomp.sdc.be @@ -321,6 +333,16 @@ spring-context ${spring.version} compile + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -328,6 +350,12 @@ spring-web ${spring.version} compile + + + org.springframework + spring-core + + @@ -335,6 +363,20 @@ spring-webmvc ${spring.version} compile + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + @@ -342,6 +384,12 @@ spring-aop ${spring.version} compile + + + org.springframework + spring-core + + @@ -798,6 +846,12 @@ org.springframework spring-tx ${spring.version} + + + org.springframework + spring-core + + @@ -874,6 +928,10 @@ com.fasterxml.jackson.core jackson-core + + org.springframework + spring-core + diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index e74a1094a9..e582887ded 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -52,6 +52,12 @@ Modifications copyright (c) 2018 Nokia common-be ${project.version} provided + + + org.springframework + spring-core + + @@ -67,6 +73,16 @@ Modifications copyright (c) 2018 Nokia spring-context ${spring.version} provided + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -106,12 +122,24 @@ Modifications copyright (c) 2018 Nokia org.springframework spring-aop ${spring.version} + + + org.springframework + spring-core + + org.springframework spring-tx ${spring.version} + + + org.springframework + spring-core + + diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 95c50e6dd6..5c74421893 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -43,6 +43,12 @@ common-be ${project.version} provided + + + org.springframework + spring-core + + @@ -114,6 +120,16 @@ spring-context ${spring.version} provided + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -317,6 +333,12 @@ spring-web ${spring.version} test + + + org.springframework + spring-core + + @@ -324,6 +346,19 @@ spring-tx test ${spring.version} + + + org.springframework + spring-core + + + + + + org.springframework + spring-expression + test + ${spring.version} @@ -384,6 +419,10 @@ com.fasterxml.jackson.core jackson-core + + org.springframework + spring-core + diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 87c89d99cb..cbb5802775 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -38,6 +38,10 @@ org.hibernate.validator hibernate-validator + + org.springframework + spring-core + @@ -49,6 +53,16 @@ org.springframework spring-context ${spring.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + diff --git a/common-be/pom.xml b/common-be/pom.xml index 99c90842e3..f66d50ebf9 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -164,6 +164,21 @@ spring-context ${spring.version} compile + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + + + org.springframework + spring-core + ${spring.version} org.apache.cxf diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 24676c9afa..d0d7c5954e 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -106,6 +106,12 @@ limitations under the License. openecomp-sdc-vendor-software-product-manager ${project.version} test + + + org.springframework + spring-core + + com.aventstack @@ -278,6 +284,12 @@ limitations under the License. 2.13.1 test + + org.springframework + spring-core + ${spring.version} + test + diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 929aadb79b..6b760c872d 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -101,15 +101,44 @@ ${lombok.version} provided + + org.springframework + spring-expression + ${spring.framework.version} + org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework spring-webmvc ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + org.apache.commons diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index dd514c8946..82d9c91d5b 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -33,6 +33,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -43,6 +53,12 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index f81dfb539a..6c90a15e55 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -28,6 +28,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + javax.inject @@ -66,6 +76,12 @@ spring-web test ${spring.framework.version} + + + org.springframework + spring-core + + org.glassfish.jersey.core diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml index ba854132d4..100d811835 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/conflict-rest/conflict-rest-services/pom.xml @@ -39,6 +39,16 @@ org.openecomp.sdc.onboarding vendor-software-products-rest-services ${project.version} + + + org.springframework + spring-core + + + org.springframework + spring-web + + org.openecomp.sdc.onboarding diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml index 4f8c75befa..d2c6cbfeca 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/pom.xml @@ -37,6 +37,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -47,6 +57,12 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework @@ -117,6 +133,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + com.sun.jersey.contribs diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml index 83740570db..fb96568cbe 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml @@ -23,6 +23,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + javax.inject diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml index c7e781984f..39e27325a1 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml @@ -41,6 +41,16 @@ org.springframework spring-context + + + org.springframework + spring-expression + + + org.springframework + spring-core + + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 99686c229a..e930212a7f 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -58,6 +58,16 @@ org.springframework spring-context + + + org.springframework + spring-expression + + + org.springframework + spring-core + + com.fasterxml.jackson.core 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 b13969889c..282276d0c3 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 @@ -102,6 +102,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -112,16 +122,42 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework spring-aop ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework spring-webmvc ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + org.aspectj diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml index f69130bd9c..64560f4d4e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-rest/notifications-rest-services/pom.xml @@ -55,6 +55,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index bf5696e83b..396a4a306d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -121,6 +121,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + org.eclipse.jetty @@ -158,10 +164,25 @@ janino compile + + org.springframework + spring-expression + ${spring.framework.version} + org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -172,16 +193,42 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework spring-aop ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework spring-webmvc ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + org.aspectj diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml index 03c283211e..919e2441d1 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/togglz-rest/togglz-rest-services/pom.xml @@ -23,6 +23,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + javax.inject @@ -61,6 +71,12 @@ common-be ${project.version} compile + + + org.springframework + spring-core + + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml index ac2aa3a021..e5d1548a0e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/unique-type-rest/unique-type-rest-services/pom.xml @@ -45,6 +45,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.glassfish.jersey.core diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml index 341cfe2ea0..0fbc7a3d34 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml @@ -37,6 +37,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -47,6 +57,12 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework @@ -122,6 +138,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + com.sun.jersey.contribs diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml index b93b36815d..70cf24f907 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml @@ -83,6 +83,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + org.openecomp.sdc 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 8d2fff798e..8e53e21f85 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 @@ -33,6 +33,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -43,6 +53,12 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml index d6d02de90a..414e045333 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-types/pom.xml @@ -44,6 +44,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + org.projectlombok diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml index f05b5dbf93..bbb8ff3614 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/pom.xml @@ -39,14 +39,45 @@ io.swagger.core.v3 swagger-annotations + + org.springframework + spring-expression + ${spring.framework.version} + + + org.springframework + spring-core + + + org.springframework spring-context + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.openecomp.sdc.onboarding vendor-software-products-rest-services ${project.version} + + + org.springframework + spring-core + + + org.springframework + spring-web + + org.onap.sdc.common diff --git a/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml index 18864a8f09..4c1c72f3eb 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml @@ -54,6 +54,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + com.fasterxml.jackson.dataformat diff --git a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml index bda54b2de8..c434d9797a 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml @@ -63,10 +63,21 @@ openecomp-heat-lib ${project.version} + + org.springframework + spring-core + ${spring.framework.version} + org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + org.openecomp.sdc @@ -211,6 +222,12 @@ ${project.version} test-jar test + + + org.springframework + spring-core + + org.onap.vnfsdk.validation diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/pom.xml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/pom.xml index 8eccae992f..9ba398ffff 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-core/pom.xml @@ -69,6 +69,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml index ad8440f537..a6fab0e6fe 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml @@ -68,6 +68,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + org.openecomp.sdc diff --git a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml index 2586599fb2..948e9e4261 100644 --- a/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-externaltesting-lib/openecomp-sdc-externaltesting-impl/pom.xml @@ -75,6 +75,17 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + + + + org.springframework + spring-core + ${spring.framework.version} org.openecomp.sdc @@ -85,6 +96,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + org.codehaus.groovy diff --git a/openecomp-be/lib/openecomp-sdc-logging-lib/openecomp-sdc-logging-spring/pom.xml b/openecomp-be/lib/openecomp-sdc-logging-lib/openecomp-sdc-logging-spring/pom.xml index 2e692e75aa..6884d75123 100644 --- a/openecomp-be/lib/openecomp-sdc-logging-lib/openecomp-sdc-logging-spring/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-logging-lib/openecomp-sdc-logging-spring/pom.xml @@ -43,6 +43,31 @@ org.springframework spring-webmvc provided + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + + + + org.springframework + spring-web + ${spring.framework.version} + + + org.springframework + spring-core + + diff --git a/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-api/pom.xml b/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-api/pom.xml index 27ae779617..c06377c552 100644 --- a/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-api/pom.xml @@ -37,6 +37,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml index 544ab49c36..637c1fc57a 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-websocket/pom.xml @@ -22,12 +22,38 @@ org.springframework spring-websocket ${spring.framework.version} + + + org.springframework + spring-web + + + org.springframework + spring-core + + com.google.code.gson gson 2.3.1 + + org.springframework + spring-web + ${spring.framework.version} + + + org.springframework + spring-core + + + + + org.springframework + spring-core + ${spring.framework.version} + diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index 4f56264846..551f8dc4dd 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -37,6 +37,16 @@ org.springframework spring-websocket ${spring.framework.version} + + + org.springframework + spring-web + + + org.springframework + spring-core + + com.google.code.gson diff --git a/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-api/pom.xml b/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-api/pom.xml index 30ec77e346..18bad75297 100644 --- a/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-api/pom.xml @@ -39,6 +39,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + org.onap.sdc.common diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml index 952a2990a3..a6b19e4f6a 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml @@ -60,6 +60,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + org.onap.sdc.common diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml index 666f464cae..fb100d82a9 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml @@ -68,6 +68,12 @@ common-be ${project.version} compile + + + org.springframework + spring-core + + diff --git a/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/pom.xml b/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/pom.xml index 618616497b..e92820fd13 100644 --- a/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/pom.xml +++ b/openecomp-be/lib/openecomp-tosca-converter-lib/openecomp-tosca-converter-core/pom.xml @@ -20,6 +20,12 @@ ${project.version} test-jar test + + + org.springframework + spring-core + + org.hamcrest diff --git a/openecomp-be/lib/openecomp-tosca-converter-lib/pom.xml b/openecomp-be/lib/openecomp-tosca-converter-lib/pom.xml index c622158c83..5105616725 100644 --- a/openecomp-be/lib/openecomp-tosca-converter-lib/pom.xml +++ b/openecomp-be/lib/openecomp-tosca-converter-lib/pom.xml @@ -23,6 +23,12 @@ org.openecomp.sdc.core openecomp-tosca-lib ${project.version} + + + org.springframework + spring-core + + org.openecomp.sdc.core diff --git a/openecomp-be/lib/openecomp-tosca-lib/pom.xml b/openecomp-be/lib/openecomp-tosca-lib/pom.xml index 3d225307f2..b628d76435 100644 --- a/openecomp-be/lib/openecomp-tosca-lib/pom.xml +++ b/openecomp-be/lib/openecomp-tosca-lib/pom.xml @@ -104,6 +104,17 @@ common-be ${project.version} compile + + + org.springframework + spring-core + + + + + org.springframework + spring-core + ${spring.framework.version} diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 134eb41c09..1b608d2910 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -83,6 +83,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + commons-cli diff --git a/pom.xml b/pom.xml index 02476bebae..abf1ce7aaa 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.2.10.RELEASE + 5.3.8 2.34 4.1.66.Final 3.1.0 -- 2.16.6