upgrade databind artifact
[appc.git] / appc-sdc-listener / appc-sdc-listener-features / onap-appc-sdc-listener / pom.xml
index 6e5bb28..0b80c74 100644 (file)
@@ -49,12 +49,26 @@ 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>
             <artifactId>appc-sdc-listener-bundle</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>