From 2b13a1ca8efeaa4ad1d0b0b7be614b716601b175 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 18 Feb 2019 11:59:42 -0500 Subject: Removed jackson from top-level pom Change-Id: Ic9cc018e918527d610676b34f05da718f09d97b9 Issue-ID: POLICY-1529 Signed-off-by: Jim Hahn --- policy-management/pom.xml | 5 ++++- pom.xml | 28 +--------------------------- 2 files changed, 5 insertions(+), 28 deletions(-) diff --git a/policy-management/pom.xml b/policy-management/pom.xml index d0bbb1db..81edf7a0 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -33,6 +33,10 @@ policy-management Policy Management + + 2.9.5 + + @@ -319,5 +323,4 @@ - diff --git a/pom.xml b/pom.xml index a321a8bd..9b8f6506 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -57,7 +57,6 @@ 2.25.1 - 2.9.5 5.2.10.Final 5.0.1.Final 2.5 @@ -95,31 +94,6 @@ javax.inject 2.4.0-b31 - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - ${jackson.version} - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - ${jackson.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - ${jackson.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson.version} - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - ${jackson.version} - org.glassfish.jersey.containers jersey-common -- cgit 1.2.3-korg