diff options
Diffstat (limited to 'appc-outbound/appc-network-inventory-client/provider')
-rwxr-xr-x | appc-outbound/appc-network-inventory-client/provider/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 6200116cb..ab4e39f13 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -95,17 +95,6 @@ <groupId>org.onap.appc</groupId>
<artifactId>appc-config-params-provider</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>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
|