POM fixes due to update in cadi-aaf

Issue-ID: POLICY-507
Change-Id: I493233f8e0e90eaf24e9c09c7433c6fb9fadb268
Signed-off-by: bobbymander <bobby.mander@att.com>
diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml
index 85b506a..9ae92ca 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>