|
@@ -47,31 +47,21 @@
|
|
|
<dependency>
|
|
|
<groupId>org.powermock</groupId>
|
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
|
- <version>1.6.5</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.powermock</groupId>
|
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
|
- <version>1.6.5</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-all</artifactId>
|
|
|
- <version>1.10.19</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.8.2</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.diffblue</groupId>
|
|
|
<artifactId>deeptestutils</artifactId>
|
|
|
- <version>1.9.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|