summaryrefslogtreecommitdiffstats
path: root/controlloop/m2/guard/pom.xml
diff options
context:
space:
mode:
authorPeyton Puckett <peyton.puckett@att.com>2020-01-16 12:00:29 -0600
committerPeyton Puckett <peyton.puckett@att.com>2020-01-17 09:11:26 -0600
commitc579d2fab3240ff39b906ff4629fe071b54b8473 (patch)
treee3fdd25ecd8b872b7956eec922bead11a56233a4 /controlloop/m2/guard/pom.xml
parent9bb84e47187fef94e028ff9dc374355773205bd3 (diff)
Add jUnit Test Coverage M2 Guard
Issue-ID: POLICY-2290 Change-Id: I05a737333141576512841d6872ecdb0a089a0a90 Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
Diffstat (limited to 'controlloop/m2/guard/pom.xml')
-rw-r--r--controlloop/m2/guard/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/controlloop/m2/guard/pom.xml b/controlloop/m2/guard/pom.xml
index 6362ad43b..895cb6cdd 100644
--- a/controlloop/m2/guard/pom.xml
+++ b/controlloop/m2/guard/pom.xml
@@ -79,5 +79,17 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito2</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>