upgrade databind artifact
[appc.git] / appc-oam / appc-oam-features / onap-appc-oam / pom.xml
index eb94d18..5c908c0 100644 (file)
@@ -49,6 +49,17 @@ limitations under the License.
             <type>xml</type>
             <classifier>features</classifier>
             <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>
         <dependency>
             <groupId>org.onap.appc</groupId>