From 01df715c1b78bd569b1c875d6773af328f89bffb Mon Sep 17 00:00:00 2001 From: "Siva.ye" Date: Wed, 19 Sep 2018 11:35:56 +0800 Subject: Update 3rd components to secure version Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000007 Issue-ID: SO-1013 Signed-off-by: Siva.ye --- mso-api-handlers/mso-api-handler-common/pom.xml | 8 ++------ mso-api-handlers/mso-api-handler-infra/pom.xml | 8 ++------ 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'mso-api-handlers') diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml index 156ce809c7..b20d64c5f1 100644 --- a/mso-api-handlers/mso-api-handler-common/pom.xml +++ b/mso-api-handlers/mso-api-handler-common/pom.xml @@ -18,8 +18,6 @@ UTF-8 1.3.0 1.1.1 - 3.2.4 - 3.0.0 0.9.9-RC1 2.5.2 1.0.3 @@ -63,13 +61,11 @@ org.json4s - json4s-jackson_2.9.1-1 - ${json4s-jackson-version} + json4s-jackson_2.12 org.json4s - json4s-core_2.9.2 - ${json4s-core-version} + json4s-core_2.12 javax.servlet diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 9439dca1a1..aaa9b41448 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -18,8 +18,6 @@ UTF-8 1.3.0 1.1.1 - 3.2.4 - 3.0.0 0.9.9-RC1 2.5.2 1.0.3 @@ -98,13 +96,11 @@ org.json4s - json4s-jackson_2.9.1-1 - ${json4s-jackson-version} + json4s-jackson_2.12 org.json4s - json4s-core_2.9.2 - ${json4s-core-version} + json4s-core_2.12 javax.servlet -- cgit 1.2.3-korg