diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 18:13:26 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2017-09-22 18:13:26 +0200 |
commit | eb2b884f92a6b5405d7abffc919a3c5d6f9c8389 (patch) | |
tree | be88532de1c22bb8ce9abcb949f9f68c74bb4c8e /pom.xml | |
parent | b30b002d2f68c83d7d04dc8d15199a93b6126ed2 (diff) |
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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> |