Add Policy dependency 21/19221/1
authorxg353y <xg353y@intl.att.com>
Tue, 17 Oct 2017 08:39:38 +0000 (10:39 +0200)
committerxg353y <xg353y@intl.att.com>
Tue, 17 Oct 2017 08:40:43 +0000 (10:40 +0200)
Add policy deppendency to solve NoClassFoundException issue.

Issue-ID:CLAMP-61
Change-Id: Iaf20852aff0313d3f503773468222113888940e9
Signed-off-by: xg353y <xg353y@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ac08845..623efec 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </exclusion>
       </exclusions>
     </dependency>
-
+    <dependency>
+      <groupId>org.onap.policy.engine</groupId>
+      <artifactId>PolicyEngineUtils</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>org.onap.policy.drools-applications</groupId>
       <artifactId>policy-yaml</artifactId>