upgrade databind artifact
[appc.git] / appc-event-listener / appc-event-listener-installer / pom.xml
index 73458d8..5a9a1b5 100644 (file)
                        <groupId>org.onap.appc</groupId>
                        <artifactId>appc-event-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>