Add jackson-bom import
[ccsdk/parent.git] / odlparent / feature-repo-parent / pom.xml
index 5d73108..cd00bd2 100644 (file)
                <!-- 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>
 
                                <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>