Add jackson-bom import 71/83071/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 22 Mar 2019 20:24:19 +0000 (16:24 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 22 Mar 2019 20:24:19 +0000 (16:24 -0400)
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>
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/setup/src/main/resources/pom-template.xml
odlparent/single-feature-parent/pom.xml

index 5c730dd..80fad55 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>
index a93fbe2..909a034 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>
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>
index b2a7673..1c1914d 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>
index e184759..a65a7ae 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>
index a0852f9..25fde22 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>
index 7e8f7b0..a9eae9a 100755 (executable)
                <!-- 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>
index 43f829b..9fd78b5 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>