Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.powermock</groupId>
  3. <artifactId>powermock-core</artifactId>
  4. <version>1.6.6</version>
  5. <scope>test</scope>
  6. </dependency>
  7. <dependency>
  8. <groupId>org.powermock</groupId>
  9. <artifactId>powermock-module-junit4</artifactId>
  10. <version>1.6.6</version>
  11. <scope>test</scope>
  12. </dependency>
  13. <dependency>
  14. <groupId>org.powermock</groupId>
  15. <artifactId>powermock-module-testng</artifactId>
  16. <version>1.6.5</version>
  17. <scope>test</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>org.powermock</groupId>
  21. <artifactId>powermock-module-junit4-rule-agent</artifactId>
  22. <version>1.6.5</version>
  23. <scope>test</scope>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.powermock</groupId>
  27. <artifactId>powermock-api-mockito</artifactId>
  28. <version>1.7.4</version>
  29. <scope>test</scope>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.mockito</groupId>
  33. <artifactId>mockito-all</artifactId>
  34. <version>1.10.19</version>
  35. <scope>test</scope>
  36. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement