diff options
author | Peyton Puckett <peyton.puckett@att.com> | 2020-01-13 10:51:34 -0600 |
---|---|---|
committer | Peyton Puckett <peyton.puckett@att.com> | 2020-01-14 07:35:08 -0600 |
commit | 676c3bb86a2424f70543e7fbaae388e7f9f370dd (patch) | |
tree | 40553ad460202c6d0ccc29e9043e5a67af75f963 /controlloop/m2/util/pom.xml | |
parent | 57fa6609eaac31098f468fde24a9300a38fca7ef (diff) |
Add jUnit Test Coverage M2 Util
Issue-ID: POLICY-2293
Change-Id: Ia189239911053bd8937c0791aafcc55207c11dcf
Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
Diffstat (limited to 'controlloop/m2/util/pom.xml')
-rw-r--r-- | controlloop/m2/util/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/controlloop/m2/util/pom.xml b/controlloop/m2/util/pom.xml index b453cc59f..0a45408bd 100644 --- a/controlloop/m2/util/pom.xml +++ b/controlloop/m2/util/pom.xml @@ -43,5 +43,17 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project> |