Fix the Sonar Findings
[holmes/engine-management.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3d84112..66bf816 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <scope>test</scope>
             </dependency>
 
+            <dependency>
+                <groupId>org.powermock</groupId>
+                <artifactId>powermock-api-mockito</artifactId>
+                <version>1.7.1</version>
+                <scope>test</scope>
+            </dependency>
+
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpclient</artifactId>