summaryrefslogtreecommitdiffstats
path: root/controlloop/m2/guard/pom.xml
diff options
context:
space:
mode:
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>