From 080820e990ad785df9fca63a444cf9306334a348 Mon Sep 17 00:00:00 2001 From: luxin Date: Mon, 5 Mar 2018 16:26:47 +0800 Subject: Update jackson version Change-Id: I9c909349044874560b3d0d0b14351d7a8d7b1941 Issue-ID: VFC-725 Signed-off-by: luxin --- ResmanagementService/service/pom.xml | 94 +++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 43 deletions(-) diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index e6a3a3e..70ae091 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -14,7 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.onap.vfc.nfvo.resmanagement @@ -24,20 +25,27 @@ vfc-nfvo-resmanagement-service - 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT vfc/nfvo/resmanagement/ResmanagementService/service war - - org.apache.httpcomponents - httpcore - 4.3 - + + org.apache.httpcomponents + httpcore + 4.3 + + + + com.fasterxml.jackson.jaxrs + jackson-jaxrs-json-provider + 2.9.3 + commons-io commons-io @@ -49,9 +57,9 @@ 2.5.0 - org.apache.commons - commons-lang3 - 3.1 + org.apache.commons + commons-lang3 + 3.1 org.apache.commons @@ -140,35 +148,35 @@ compile - org.springframework - spring-core - 3.1.0.RELEASE - - - org.springframework - spring-aop - 3.1.0.RELEASE - - - org.springframework - spring-beans - 3.1.0.RELEASE - - - org.springframework - spring-context - 3.1.0.RELEASE - - - org.springframework - spring-jdbc - 3.1.0.RELEASE - - - org.springframework - spring-web - 3.1.0.RELEASE - + org.springframework + spring-core + 3.1.0.RELEASE + + + org.springframework + spring-aop + 3.1.0.RELEASE + + + org.springframework + spring-beans + 3.1.0.RELEASE + + + org.springframework + spring-context + 3.1.0.RELEASE + + + org.springframework + spring-jdbc + 3.1.0.RELEASE + + + org.springframework + spring-web + 3.1.0.RELEASE + org.springframework spring-asm @@ -186,10 +194,10 @@ - org.apache.cxf - cxf-rt-frontend-jaxrs - 3.1.6 - + org.apache.cxf + cxf-rt-frontend-jaxrs + 3.1.6 + org.jmockit -- cgit 1.2.3-korg