Revert "upgrade databind artifact"
[appc.git] / appc-dispatcher / appc-command-executor / appc-command-executor-features / onap-appc-command-executor / pom.xml
index 5e9ca1c..36606b6 100644 (file)
@@ -46,23 +46,12 @@ limitations under the License.
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-command-executor-api</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-command-executor-core</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>