From e9ee7266647dd11967393926ae85686ab2edfdf3 Mon Sep 17 00:00:00 2001 From: Byung-Woo Jun Date: Mon, 19 Mar 2018 09:33:53 -0400 Subject: Fix the Jar vulnerability and licensing Updated Jar versions in pom.xml files Change-Id: I507b9348d7eabba879979a3cfeeefe9d850ecf4a Issue-ID: SO-457 Signed-off-by: byungwoojun --- adapters/mso-requests-db-adapter/pom.xml | 2 +- adapters/mso-workflow-message-adapter/pom.xml | 2 +- asdc-controller/pom.xml | 2 +- bpmn/MSOCommonBPMN/pom.xml | 2 +- bpmn/MSOCoreBPMN/pom.xml | 2 +- bpmn/MSOInfrastructureBPMN/pom.xml | 25 +++++++++++++++++++++++++ cloudify-client/pom.xml | 2 +- common/pom.xml | 4 ++-- mso-api-handlers/mso-api-handler-infra/pom.xml | 6 ++++++ pom.xml | 2 +- 10 files changed, 40 insertions(+), 9 deletions(-) diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml index 582d1eafe3..51d9092472 100644 --- a/adapters/mso-requests-db-adapter/pom.xml +++ b/adapters/mso-requests-db-adapter/pom.xml @@ -22,7 +22,7 @@ org.jboss.resteasy resteasy-jaxrs - 3.0.19.Final + 3.5.0.Final provided diff --git a/adapters/mso-workflow-message-adapter/pom.xml b/adapters/mso-workflow-message-adapter/pom.xml index 46e4a2bc13..dd17fe87e8 100644 --- a/adapters/mso-workflow-message-adapter/pom.xml +++ b/adapters/mso-workflow-message-adapter/pom.xml @@ -55,7 +55,7 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.5 org.onap.so diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 75896d28bc..66ecbd8a5e 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -81,7 +81,7 @@ org.apache.httpcomponents httpclient - 4.4.1 + 4.5.5 compile diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 6067982b99..a0a5a24e3f 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -348,7 +348,7 @@ org.springframework spring-test - ${spring.version} + 4.3.14.RELEASE org.openecomp.sdc.sdc-tosca diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml index 690dd5414a..2f9d574ae1 100644 --- a/bpmn/MSOCoreBPMN/pom.xml +++ b/bpmn/MSOCoreBPMN/pom.xml @@ -73,7 +73,7 @@ commons-fileupload commons-fileupload - 1.3.2 + 1.3.3 javax.servlet diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index 79d3c4fa72..f7170ff231 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -342,6 +342,31 @@ + + + org.eclipse.jetty + jetty-util + 9.4.8.v20171121 + + + + org.hibernate + hibernate-validator + 5.4.2.Final + + + + org.springframework + spring-test + 4.3.14.RELEASE + + + + com.googlecode.libphonenumber + libphonenumber + 8.9.1 + + + + org.scala-lang + scala-compiler + 2.12.4 + org.reflections reflections diff --git a/pom.xml b/pom.xml index c7c9df1035..e348468332 100644 --- a/pom.xml +++ b/pom.xml @@ -543,7 +543,7 @@ org.apache.httpcomponents httpclient - 4.5 + 4.5.5 compile -- cgit 1.2.3-korg