upgrade databind artifact
[appc.git] / appc-sdc-listener / appc-sdc-listener-features / features-appc-sdc-listener / pom.xml
index 47949eb..c530e17 100644 (file)
@@ -42,6 +42,18 @@ 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>com.fasterxml.jackson.core</groupId>
+           <artifactId>jackson-databind</artifactId>
+           <version>2.8.11.3</version>
         </dependency>
 
     </dependencies>