diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-22 16:24:19 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-22 16:24:19 -0400 |
commit | 66f52b554aebe049270e9179a2ba25f838db15b9 (patch) | |
tree | 5e66dff8dd7c9cf06c455c161f76fc487987bb8e /odlparent/feature-repo-parent/pom.xml | |
parent | 9341f0842038d226d24ff51cf358770c35ea8f7c (diff) |
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) <dtimoney@att.com>
Diffstat (limited to 'odlparent/feature-repo-parent/pom.xml')
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index 5d73108d..cd00bd29 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -133,6 +133,7 @@ <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> <jackson.version>2.8.11</jackson.version> + <jackson.bom.version>2.8.11.20181123</jackson.bom.version> <!-- Used by snmp4sdn, yangtools --> <javassist.version>3.24.0-GA</javassist.version> @@ -554,6 +555,13 @@ <type>pom</type> <scope>import</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson</groupId> + <artifactId>jackson-bom</artifactId> + <version>${jackson.bom.version}</version> + <type>pom</type> + <scope>import</scope> + </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> |