summaryrefslogtreecommitdiffstats
path: root/client/client-monitoring/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/client-monitoring/pom.xml')
-rw-r--r--client/client-monitoring/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml
index 225c7e65b..fb150cb08 100644
--- a/client/client-monitoring/pom.xml
+++ b/client/client-monitoring/pom.xml
@@ -63,6 +63,22 @@
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</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-rule-agent</artifactId>
+ <version>${version.powermock}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>