From a9c4c58fdb558ddb4ef11581c001f44b3954ab4d Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Wed, 2 Mar 2022 14:12:27 -0500 Subject: Update dependencies as recommended by SECCOM See also https://wiki.onap.org/display/SV/Jakarta+CPS Issue-ID: CPS-815 Change-Id: I88b82da5b7e93adfd106fe0a64287ff3afee26fa Signed-off-by: Bruno Sakoto --- cps-tbdmt-dependencies/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++ cps-tbdmt-rest/pom.xml | 25 ++-------------------- cps-tbdmt-service/pom.xml | 2 +- 3 files changed, 51 insertions(+), 24 deletions(-) diff --git a/cps-tbdmt-dependencies/pom.xml b/cps-tbdmt-dependencies/pom.xml index 2a87140..3aa4b05 100644 --- a/cps-tbdmt-dependencies/pom.xml +++ b/cps-tbdmt-dependencies/pom.xml @@ -70,6 +70,54 @@ pom import + + org.springframework.boot + spring-boot-starter-jetty + 2.5.5 + + + org.eclipse.jetty + jetty-io + + + org.eclipse.jetty + jetty-servlets + + + org.eclipse.jetty + jetty-http + + + org.glassfish + jakarta.el + + + + + org.eclipse.jetty + jetty-io + 11.0.7 + + + org.eclipse.jetty + jetty-servlets + 11.0.7 + + + org.eclipse.jetty + jetty-http + 11.0.7 + + + org.bitbucket.dunglv90 + dp-utility + 1.0.5 + + + com.google.code.gson + gson + 2.8.9 + org.postgresql postgresql diff --git a/cps-tbdmt-rest/pom.xml b/cps-tbdmt-rest/pom.xml index 57fa0f3..f1e6cb8 100644 --- a/cps-tbdmt-rest/pom.xml +++ b/cps-tbdmt-rest/pom.xml @@ -46,40 +46,19 @@ org.springframework.boot spring-boot-starter-jetty - 2.5.2 - - - org.eclipse.jetty - jetty-io - - - org.eclipse.jetty - jetty-servlets - - - org.eclipse.jetty - jetty-http - - - org.glassfish - jakarta.el - - + 2.5.5 org.eclipse.jetty jetty-io - 9.4.40.v20210413 org.eclipse.jetty jetty-servlets - 9.4.40.v20210413 org.eclipse.jetty jetty-http - 9.4.40.v20210413 junit @@ -92,4 +71,4 @@ test - \ No newline at end of file + diff --git a/cps-tbdmt-service/pom.xml b/cps-tbdmt-service/pom.xml index 27ded92..884b385 100644 --- a/cps-tbdmt-service/pom.xml +++ b/cps-tbdmt-service/pom.xml @@ -37,7 +37,7 @@ jar - 5.3.7 + 5.3.13 yyyyMMdd'T'HHmmss -- cgit 1.2.3-korg