Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>profiSoftware</groupId>
  8. <artifactId>profiSoftware</artifactId>
  9. <version>1.0-SNAPSHOT</version>
  10. <!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java -->
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.seleniumhq.selenium</groupId>
  14. <artifactId>selenium-java</artifactId>
  15. <version>3.141.59</version>
  16. </dependency>
  17.  
  18. <!-- https://mvnrepository.com/artifact/org.robotframework/robotframework -->
  19. <dependency>
  20. <groupId>org.robotframework</groupId>
  21. <artifactId>robotframework</artifactId>
  22. <version>3.1.1</version>
  23. </dependency>
  24.  
  25. <!-- https://mvnrepository.com/artifact/org.robotframework/javalib-core -->
  26. <dependency>
  27. <groupId>org.robotframework</groupId>
  28. <artifactId>javalib-core</artifactId>
  29. <version>1.2.1</version>
  30. </dependency>
  31.  
  32. <!-- https://mvnrepository.com/artifact/org.robotframework/robotframework-maven-plugin -->
  33. <dependency>
  34. <groupId>org.robotframework</groupId>
  35. <artifactId>robotframework-maven-plugin</artifactId>
  36. <version>1.5.1</version>
  37. </dependency>
  38.  
  39. </dependencies>
  40.  
  41. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement