diff options
author | bobbymander <bobby.mander@att.com> | 2018-03-30 09:31:32 -0400 |
---|---|---|
committer | bobbymander <bobby.mander@att.com> | 2018-03-30 12:41:58 -0400 |
commit | 95ba8a85dacd65101f550e2d32dda33780b16dbd (patch) | |
tree | 29bc821151d3c25e01f2ece29ce75943e28dfefe /ONAP-PAP-REST/pom.xml | |
parent | a9de6d45f97b3229cb14e164c791715a3dfed026 (diff) |
POM fixes due to update in cadi-aaf
Issue-ID: POLICY-507
Change-Id: I493233f8e0e90eaf24e9c09c7433c6fb9fadb268
Signed-off-by: bobbymander <bobby.mander@att.com>
Diffstat (limited to 'ONAP-PAP-REST/pom.xml')
-rw-r--r-- | ONAP-PAP-REST/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml index de3737837..9d3d3d22a 100644 --- a/ONAP-PAP-REST/pom.xml +++ b/ONAP-PAP-REST/pom.xml @@ -258,11 +258,6 @@ <version>${jackson.version}</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-jaxb-annotations</artifactId> <version>${jackson.version}</version> |