Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>isra.rar</groupId>
  6. <artifactId>parall</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8.  
  9. <dependencies>
  10. <dependency>
  11. <groupId>org.seleniumhq.selenium</groupId>
  12. <artifactId>selenium-java</artifactId>
  13. <version>3.14.0</version>
  14. </dependency>
  15.  
  16. <dependency>
  17. <groupId>org.apache.commons</groupId>
  18. <artifactId>commons-lang3</artifactId>
  19. <version>3.8.1</version>
  20. </dependency>
  21.  
  22. <dependency>
  23. <groupId>commons-io</groupId>
  24. <artifactId>commons-io</artifactId>
  25. <version>2.6</version>
  26. </dependency>
  27.  
  28. <!-- https://mvnrepository.com/artifact/com.aventstack/extentreports -->
  29. <dependency>
  30. <groupId>com.aventstack</groupId>
  31. <artifactId>extentreports</artifactId>
  32. <version>3.1.5</version>
  33. </dependency>
  34. </dependencies>
  35.  
  36.  
  37. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement