Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.intuit.karate</groupId>
  3. <artifactId>karate-apache</artifactId>
  4. <version>0.9.2</version>
  5. <scope>test</scope>
  6. </dependency>
  7. <!-- karate test deps -->
  8. <dependency>
  9. <groupId>com.intuit.karate</groupId>
  10. <artifactId>karate-junit5</artifactId>
  11. <version>0.9.2</version>
  12. <scope>test</scope>
  13. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement