diff options
Diffstat (limited to 'odlparent/bundle-parent')
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index a93fbe2f..909a0341 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-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> |