databind upgrade artifact 88/82288/2
authorTaka Cho <takamune.cho@att.com>
Thu, 14 Mar 2019 19:08:38 +0000 (15:08 -0400)
committerPatrick Brady <patrick.brady@att.com>
Thu, 14 Mar 2019 23:44:40 +0000 (23:44 +0000)
databine upgrade 2.8.11.3

Change-Id: Ide510410a3ce0727f3b74053cd915cbb655ce07d
Issue-ID: APPC-1533
Signed-off-by: Taka Cho <takamune.cho@att.com>
appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml
appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
appc-sdc-listener/appc-sdc-listener-installer/pom.xml
appc-sequence-generator/appc-sequence-generator-installer/pom.xml

index 085f65b..055c1f1 100644 (file)
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>${jackson-yaml-version}</version>
+      <version>2.8.11.3</version>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
index 7d3f6ca..23345df 100644 (file)
@@ -216,7 +216,7 @@ limitations under the License.
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
                        <artifactId>jackson-databind</artifactId>
-                       <version>${jackson-yaml-version}</version>
+                       <version>2.8.11.3</version>
                </dependency>
                <dependency>
                        <groupId>com.fasterxml.jackson.core</groupId>
index 4447dd8..2b0a0b3 100644 (file)
@@ -62,6 +62,18 @@ limitations under the License.
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-sdc-listener-bundle</artifactId>
                        <version>${project.version}</version>
+                        <exclusions>
+                            <exclusion>
+                              <groupId>com.fasterxml.jackson.core</groupId>
+                              <artifactId>jackson-databind</artifactId>
+                            </exclusion>
+                         </exclusions>
+                </dependency>
+
+                <dependency>
+                        <groupId>com.fasterxml.jackson.core</groupId>
+                        <artifactId>jackson-databind</artifactId>
+                        <version>2.8.11.3</version>
                </dependency>
        </dependencies>
 
index 4347a66..a7884de 100644 (file)
       <artifactId>appc-sequence-generator-model</artifactId>
       <version>${project.version}</version>
       <!--<type>properties</type>-->
-    </dependency>
+      <exclusions>
+            <exclusion>
+                  <groupId>com.fasterxml.jackson.core</groupId>
+                  <artifactId>jackson-databind</artifactId>
+                  </exclusion>
+                  </exclusions>
+            </dependency>
 
+      <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>2.8.11.3</version>
+      </dependency>
   </dependencies>
 
   <build>