Add PowerMock JUnit module and Mockito API to pom

This commit is contained in:
Gary Tierney
2015-09-13 01:07:19 +01:00
parent 22c72ef35c
commit 7dc45c0281
+12
View File
@@ -44,6 +44,18 @@
</build>
<dependencies>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>