From fc768c6cea75cc8aba3233780b9f31c73e787c99 Mon Sep 17 00:00:00 2001 From: vasraz Date: Fri, 14 Oct 2022 10:51:11 +0100 Subject: Align 'org.eclipse.jetty'-version (9.4.49.v20220914) Signed-off-by: Vasyl Razinkov Change-Id: If56735406d86bd42b57c2ccb1f23699c1685069b Issue-ID: SDC-4189 --- .../item-rest/item-rest-services/pom.xml | 8 ++++++++ .../openecomp-sdc-common-rest/pom.xml | 15 ++++++++++----- .../togglz-rest/togglz-rest-services/pom.xml | 8 ++++++++ 3 files changed, 26 insertions(+), 5 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp') 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 1a545ba01c..64f555250c 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 @@ -100,6 +100,14 @@ org.springframework spring-core + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + 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 7ad3f30585..9a57d7c2a1 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 @@ -41,17 +41,22 @@ org.openecomp.sdc.core openecomp-utilities-lib ${project.version} + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + + org.openecomp.sdc.core openecomp-common-lib ${project.version} - - org.hibernate.validator - hibernate-validator - ${hibernate.validator.version} - javax.ws.rs javax.ws.rs-api 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 99197b99f8..634656ca54 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 @@ -76,6 +76,14 @@ org.springframework spring-core + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-servlet + -- cgit 1.2.3-korg