aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2017-10-17 10:39:38 +0200
committerxg353y <xg353y@intl.att.com>2017-10-17 10:40:43 +0200
commit5a4461214580eaefd8d50bbadda9d2356c2ffe32 (patch)
tree0f22eb90951b435e0609ad7cf1ab975cd87b9a02
parent3d2759d4aea35d6d1891fe36b136ccd12a05b422 (diff)
Add Policy dependency
Add policy deppendency to solve NoClassFoundException issue. Issue-ID:CLAMP-61 Change-Id: Iaf20852aff0313d3f503773468222113888940e9 Signed-off-by: xg353y <xg353y@intl.att.com>
-rw-r--r--pom.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ac088454..623efec0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,7 +391,25 @@
</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>