diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-03-15 12:54:11 -0700 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-03-15 21:17:33 +0000 |
commit | 65fcc85ae6cb8fe2abcd782f4b7006f80a941126 (patch) | |
tree | 94cf0d4fcf5c52f5f63803642da483a006eb605a /appc-outbound/appc-network-inventory-client/provider | |
parent | 003dea294fda8a0e4043665dbfe8ff5c3f018d05 (diff) |
Revert "upgrade databind artifact"
Fasterxml databind is being brought in to karaf by opendaylight
and trying to force a different version for the appc components is
causing class errors.
This reverts commit 52cf1a81d591efb2b1ee4b8c5a70b137dfb6c212.
Change-Id: I6d0da2ed081e4abd4b83e8b11935ba43bee0e1aa
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1533
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>
|