From 66f52b554aebe049270e9179a2ba25f838db15b9 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 22 Mar 2019 16:24:19 -0400 Subject: Add jackson-bom import Add jackson-bom import to parent poms. This is missing, which causes feature.xml generation to use incorrect version of jackson-databind which in turn prevents container from starting up. Change-Id: Ide693c9a46bc2204fc7bd55f403c20cf7930b12d Issue-ID: CCSDK-1156 Signed-off-by: Timoney, Dan (dt5972) --- odlparent/binding-parent/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odlparent/binding-parent') diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 5c730dd9..80fad55e 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -133,6 +133,7 @@ 2.8.11 + 2.8.11.20181123 3.24.0-GA @@ -554,6 +555,13 @@ pom import + + com.fasterxml.jackson + jackson-bom + ${jackson.bom.version} + pom + import + org.opendaylight.controller -- cgit 1.2.3-korg