From: Stephen Kitt Date: Tue, 27 Mar 2018 00:24:13 +0000 (-0700) Subject: Use odl-jackson-2.8 X-Git-Tag: release/fluorine~57 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=fe8f630936bda4a95846ab073555c340c27043bb;p=sfc.git Use odl-jackson-2.8 We should use the odl-jackson-2.8 feature to fulfill our dependencies on Jackson. Change-Id: If859f41c3e8f94819376267db65bc578dfe51e82 Signed-off-by: Stephen Kitt --- diff --git a/features/odl-sfc-sb-rest/pom.xml b/features/odl-sfc-sb-rest/pom.xml index 68f76f5f5..be664131b 100644 --- a/features/odl-sfc-sb-rest/pom.xml +++ b/features/odl-sfc-sb-rest/pom.xml @@ -31,6 +31,13 @@ ODL :: sfc :: ${project.artifactId} + + org.opendaylight.odlparent + odl-jackson-2.8 + 3.1.0 + xml + features + org.opendaylight.sfc odl-sfc-provider-rest @@ -43,41 +50,5 @@ sfc-sb-rest ${project.version} - - com.sun.jersey - jersey-client - - - com.sun.jersey - jersey-core - - - com.fasterxml.jackson.core - jackson-annotations - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-base - - - com.fasterxml.jackson.jaxrs - jackson-jaxrs-json-provider - - - com.fasterxml.jackson.module - jackson-module-jaxb-annotations - - - org.glassfish - javax.json - diff --git a/features/odl-sfc-vnfm-tacker/pom.xml b/features/odl-sfc-vnfm-tacker/pom.xml index fa7f35ab0..0cdcd92b7 100644 --- a/features/odl-sfc-vnfm-tacker/pom.xml +++ b/features/odl-sfc-vnfm-tacker/pom.xml @@ -31,6 +31,13 @@ ODL :: sfc :: ${project.artifactId} + + org.opendaylight.odlparent + odl-jackson-2.8 + 3.1.0 + xml + features + org.opendaylight.controller odl-mdsal-broker @@ -45,27 +52,10 @@ xml features - - org.opendaylight.sfc - sfc-vnfm-spi - ${project.version} - org.opendaylight.sfc sfc-vnfm-tacker ${project.version} - - com.sun.jersey - jersey-client - - - com.sun.jersey - jersey-core - - - com.google.code.gson - gson -