aboutsummaryrefslogtreecommitdiffstats
path: root/LogParser/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r--LogParser/pom.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index 44bb8fe7f..d8cef1745 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -48,11 +48,26 @@
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
- <artifactId>integrity-monitor</artifactId>
+ <artifactId>ONAP-Logging</artifactId>
<version>${common-modules.version}</version>
<exclusions>
<exclusion>
<groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.policy.common</groupId>
+ <artifactId>integrity-monitor</artifactId>
+ <version>${common-modules.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
</exclusion>
</exclusions>