Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <dependency>
  2. <groupId>junit</groupId>
  3. <artifactId>junit</artifactId>
  4. <version>4.12</version>
  5. <scope>test</scope>
  6. </dependency>
  7. <dependency>
  8. <groupId>info.cukes</groupId>
  9. <artifactId>cucumber-java</artifactId>
  10. <version>1.2.5</version>
  11. <scope>test</scope>
  12. </dependency>
  13. <dependency>
  14. <groupId>info.cukes</groupId>
  15. <artifactId>cucumber-picocontainer</artifactId>
  16. <version>1.2.5</version>
  17. <scope>test</scope>
  18. </dependency>
  19. <dependency>
  20. <groupId>info.cukes</groupId>
  21. <artifactId>cucumber-junit</artifactId>
  22. <version>1.2.5</version>
  23. <scope>test</scope>
  24. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement