Revert "upgrade databind artifact"
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-installer / pom.xml
index cb23d0f..77c6127 100644 (file)
       <groupId>org.onap.appc</groupId>
       <artifactId>appc-iaas-adapter-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>
 
   <build>