|
4 | 4 | ~ Michel Racic (http://rac.su/+) => github.com/rac2030 |
5 | 5 | --> |
6 | 6 |
|
7 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 7 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 8 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
8 | 9 | <modelVersion>4.0.0</modelVersion> |
9 | 10 |
|
10 | 11 | <groupId>ch.racic.selenium.helper</groupId> |
|
21 | 22 |
|
22 | 23 | <properties> |
23 | 24 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 | | - <selenium.version>2.43.1</selenium.version> |
| 25 | + <selenium.version>2.44.0</selenium.version> |
25 | 26 | </properties> |
26 | 27 |
|
27 | 28 | <licenses> |
|
34 | 35 | <connection>scm:git:git@github.com:rac2030/SeleniumDownloadHelper.git</connection> |
35 | 36 | <developerConnection>scm:git:git@github.com:rac2030/SeleniumDownloadHelper.git</developerConnection> |
36 | 37 | <url>http://github.com/rac2030/SeleniumDownloadHelper</url> |
37 | | - <tag>HEAD</tag> |
38 | | - </scm> |
| 38 | + <tag>HEAD</tag> |
| 39 | + </scm> |
39 | 40 |
|
40 | 41 | <distributionManagement> |
41 | 42 | <snapshotRepository> |
|
66 | 67 | <dependencies> |
67 | 68 | <dependency> |
68 | 69 | <groupId>org.seleniumhq.selenium</groupId> |
69 | | - <artifactId>selenium-firefox-driver</artifactId> |
| 70 | + <artifactId>selenium-ie-driver</artifactId> |
70 | 71 | <version>${selenium.version}</version> |
71 | 72 | </dependency> |
72 | 73 | <dependency> |
73 | | - <groupId>org.seleniumhq.selenium</groupId> |
74 | | - <artifactId>selenium-safari-driver</artifactId> |
75 | | - <version>${selenium.version}</version> |
| 74 | + <groupId>org.seleniumhq.selenium</groupId> |
| 75 | + <artifactId>selenium-htmlunit-driver</artifactId> |
| 76 | + <version>${selenium.version}</version> |
76 | 77 | </dependency> |
77 | 78 |
|
| 79 | + <!-- libs only for tests, should all have <scope>test</scope> --> |
78 | 80 | <dependency> |
79 | 81 | <groupId>org.seleniumhq.selenium</groupId> |
80 | | - <artifactId>selenium-java</artifactId> |
| 82 | + <artifactId>selenium-firefox-driver</artifactId> |
81 | 83 | <version>${selenium.version}</version> |
| 84 | + <scope>test</scope> |
| 85 | + </dependency> |
| 86 | + <dependency> |
| 87 | + <groupId>org.seleniumhq.selenium</groupId> |
| 88 | + <artifactId>selenium-safari-driver</artifactId> |
| 89 | + <version>${selenium.version}</version> |
| 90 | + <scope>test</scope> |
82 | 91 | </dependency> |
83 | 92 |
|
84 | 93 | <dependency> |
|
117 | 126 | <version>0.1.4</version> |
118 | 127 | <scope>test</scope> |
119 | 128 | </dependency> |
| 129 | + |
120 | 130 | </dependencies> |
121 | 131 |
|
122 | 132 | <build> |
|
0 commit comments