upgrade databind artifact
[appc.git] / appc-inbound / appc-interfaces-service / features / onap-appc-interfaces-service / pom.xml
index 56e5e80..a2f6c23 100644 (file)
@@ -58,12 +58,23 @@ limitations under the License.
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-interfaces-service-bundle</artifactId>
             <version>${project.version}</version>
+            <exclusions>
+              <exclusion>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-databind</artifactId>
+              </exclusion>
+           </exclusions>
         </dependency>
         <dependency>
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-aai-client-provider</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>