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 /PolicyEngineUtils | |
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 'PolicyEngineUtils')
-rw-r--r-- | PolicyEngineUtils/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index 85b506a21..9ae92caa8 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -58,11 +58,6 @@ <version>2.1.1</version> </dependency> <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>${jackson.version}</version> - </dependency> - <dependency> <groupId>com.github.fge</groupId> <artifactId>json-patch</artifactId> <version>1.9</version> @@ -104,7 +99,7 @@ <dependency> <groupId>org.onap.aaf.cadi</groupId> <artifactId>cadi-aaf</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> |