summaryrefslogtreecommitdiffstats
path: root/LogParser/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-02-27 19:58:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-27 19:58:51 +0000
commit0b437d897ed2f18df6d89987056faa945531c033 (patch)
tree6584713692d546641938b215e3e18ff8be18a7ff /LogParser/pom.xml
parent005ae324e9b123ecf7d5fbcc9f6a6e6b1cf44040 (diff)
parentd4d97233bf8aae575241080909370f81f68b6e82 (diff)
Merge "Add Junit to policy/engine LogParser package"
Diffstat (limited to 'LogParser/pom.xml')
-rw-r--r--LogParser/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index 8bf50b083..0bd21a8de 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -130,7 +130,19 @@
<artifactId>cadi-aaf</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>