Fix bug at runtime

There was a missing class due to policy dependency changed

Change-Id: Id8d85a8925c1ac2164528333672a552cb55ca5ca
Issue-ID: CLAMP-48
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 8e9ed9d..fbf99c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,6 +431,26 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.onap.policy.drools-applications</groupId>
+      <artifactId>aai</artifactId>
+      <version>1.1.0</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>log4j</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <artifactId>apache-log4j-extras</artifactId>
+          <groupId>log4j</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+
+    <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
       <version>2.6.3</version>