Revert "upgrade databind artifact"
[appc.git] / appc-sequence-generator / appc-sequence-generator-features / onap-appc-sequence-generator / pom.xml
index a127e98..77b3ea6 100644 (file)
@@ -43,12 +43,6 @@ 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>
@@ -70,11 +64,6 @@ limitations under the License.
             <artifactId>appc-dg-dependency-model</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>