aboutsummaryrefslogtreecommitdiffstats
path: root/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml')
-rw-r--r--appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml
index 5e9ca1ca4..36606b66f 100644
--- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml
+++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml
@@ -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>