|
18 | 18 |
|
19 | 19 | <properties>
|
20 | 20 | <lombok.version>1.16.8</lombok.version>
|
21 |
| - <selenium.version>2.49.0</selenium.version> |
| 21 | + <selenium.version>2.53.0</selenium.version> |
| 22 | + <selenium.htmlunit.version>2.20</selenium.htmlunit.version> |
22 | 23 | <subethasmtp.version>3.1.7</subethasmtp.version>
|
23 | 24 | <aspectj.version>1.8.5</aspectj.version>
|
24 | 25 | <javax.validation.version>1.1.0.Final</javax.validation.version>
|
|
369 | 370 |
|
370 | 371 | <dependency>
|
371 | 372 | <groupId>org.seleniumhq.selenium</groupId>
|
372 |
| - <artifactId>selenium-java</artifactId> |
| 373 | + <artifactId>selenium-api</artifactId> |
373 | 374 | <version>${selenium.version}</version>
|
374 | 375 | <scope>test</scope>
|
| 376 | + </dependency> |
| 377 | + |
| 378 | + <dependency> |
| 379 | + <groupId>org.seleniumhq.selenium</groupId> |
| 380 | + <artifactId>selenium-support</artifactId> |
| 381 | + <version>${selenium.version}</version> |
| 382 | + <scope>test</scope> |
| 383 | + </dependency> |
| 384 | + |
| 385 | + <dependency> |
| 386 | + <groupId>org.seleniumhq.selenium</groupId> |
| 387 | + <artifactId>htmlunit-driver</artifactId> |
| 388 | + <version>${selenium.htmlunit.version}</version> |
| 389 | + <scope>test</scope> |
375 | 390 | <exclusions>
|
376 | 391 | <exclusion>
|
377 | 392 | <!-- Because we use jcl-over-slf4j instead -->
|
378 | 393 | <groupId>commons-logging</groupId>
|
379 | 394 | <artifactId>commons-logging</artifactId>
|
380 | 395 | </exclusion>
|
381 |
| - <exclusion> |
382 |
| - <groupId>org.seleniumhq.selenium</groupId> |
383 |
| - <artifactId>selenium-android-driver</artifactId> |
384 |
| - </exclusion> |
385 |
| - <exclusion> |
386 |
| - <groupId>org.seleniumhq.selenium</groupId> |
387 |
| - <artifactId>selenium-chrome-driver</artifactId> |
388 |
| - </exclusion> |
389 |
| - <exclusion> |
390 |
| - <groupId>org.seleniumhq.selenium</groupId> |
391 |
| - <artifactId>selenium-firefox-driver</artifactId> |
392 |
| - </exclusion> |
393 |
| - <exclusion> |
394 |
| - <groupId>org.seleniumhq.selenium</groupId> |
395 |
| - <artifactId>selenium-ie-driver</artifactId> |
396 |
| - </exclusion> |
397 |
| - <exclusion> |
398 |
| - <groupId>org.seleniumhq.selenium</groupId> |
399 |
| - <artifactId>selenium-iphone-driver</artifactId> |
400 |
| - </exclusion> |
401 |
| - <exclusion> |
402 |
| - <groupId>org.seleniumhq.selenium</groupId> |
403 |
| - <artifactId>selenium-safari-driver</artifactId> |
404 |
| - </exclusion> |
405 | 396 | </exclusions>
|
406 | 397 | </dependency>
|
407 | 398 |
|
|
0 commit comments