update Mockito version to 2.2.6 (#144)

Remove PowerMock dependency as it does not work with Mockito 2. Remove CryptoTest#missingAlgorithVomitsHorribly which was the only test using PowerMock did not really test anything anyway.
This commit is contained in:
Pascal Schumacher
2016-10-22 21:24:00 +02:00
committed by Ricky Yim
parent 6d9ce61f6e
commit 2e6c7f7a10
2 changed files with 5 additions and 55 deletions
+2 -20
View File
@@ -97,8 +97,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<artifactId>mockito-core</artifactId>
<version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -107,24 +107,6 @@
<version>1.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<version>1.6.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.6.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.6.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>