upgrade databind artifact
[appc.git] / appc-sequence-generator / appc-sequence-generator-features / onap-appc-sequence-generator / pom.xml
index 77b3ea6..a127e98 100644 (file)
@@ -43,6 +43,12 @@ limitations under the License.
             <version>${project.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
+            <exclusions>
+              <exclusion>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-databind</artifactId>
+              </exclusion>
+           </exclusions>
         </dependency>
         <dependency>
             <groupId>org.onap.appc</groupId>
@@ -64,6 +70,11 @@ limitations under the License.
             <artifactId>appc-dg-dependency-model</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+           <groupId>com.fasterxml.jackson.core</groupId>
+           <artifactId>jackson-databind</artifactId>
+           <version>2.8.11.3</version>
+        </dependency>
     </dependencies>
 
     <build>