From d6d12919128adc0aaca30d1ca8139e72ae025776 Mon Sep 17 00:00:00 2001 From: vempo Date: Mon, 9 Jul 2018 14:27:57 +0300 Subject: Upgraded servlet-api version to 3.0.1 Change-Id: I50b258e8843d85384e89e4ceb16d687d247dbe11 Issue-ID: SDC-1472 Signed-off-by: vempo --- .../onap-configuration-management-core/pom.xml | 4 ++-- common/pom.xml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'common') diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 9574c822e4..c4b896f1e3 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -92,8 +92,8 @@ javax.servlet javax.servlet-api - 3.1.0 - true + ${servlet-api.version} + provided com.fasterxml.jackson.core diff --git a/common/pom.xml b/common/pom.xml index eea619f9b5..f1f1a7394c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -104,8 +104,9 @@ javax.servlet - servlet-api - ${servlet.version} + javax.servlet-api + ${servlet-api.version} + provided -- cgit 1.2.3-korg