From 8dbc732ba29fed3921477467ee9424732014d70b Mon Sep 17 00:00:00 2001 From: vasraz Date: Sat, 26 Jun 2021 14:23:12 +0100 Subject: Upgrade springframework to latest version (5.3.8) Signed-off-by: Vasyl Razinkov Change-Id: I5611f4f275f7a81a7f1b65fde36b2c84894f4619 Issue-ID: SDC-3648 --- .../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 +++ 33 files changed, 460 insertions(+) (limited to 'openecomp-be') 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 -- cgit 1.2.3-korg