|
271 | 271 | <dependency>
|
272 | 272 | <groupId>org.seleniumhq.selenium</groupId>
|
273 | 273 | <artifactId>htmlunit-driver</artifactId>
|
274 |
| - <version>${selenium.htmlunit.version}</version> |
| 274 | + <version>${htmlunit.version}</version> |
275 | 275 | <scope>test</scope>
|
276 | 276 | <exclusions>
|
277 | 277 | <exclusion>
|
|
380 | 380 | <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) -->
|
381 | 381 | <hibernate-validator.version>5.2.4.Final</hibernate-validator.version>
|
382 | 382 |
|
| 383 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
| 384 | + <htmlunit.version>2.20</htmlunit.version> |
| 385 | + |
383 | 386 | <jacoco.plugin.version>0.7.7.201606060606</jacoco.plugin.version>
|
384 | 387 | <jasmine.plugin.version>2.2</jasmine.plugin.version>
|
385 | 388 |
|
|
404 | 407 | <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) -->
|
405 | 408 | <liquibase.version>3.5.1</liquibase.version>
|
406 | 409 |
|
| 410 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
407 | 411 | <lombok.version>1.16.10</lombok.version>
|
| 412 | + |
408 | 413 | <minify.plugin.version>1.7.4</minify.plugin.version>
|
409 | 414 |
|
410 | 415 | <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) -->
|
|
417 | 422 | <!-- Don't forget to update version in the Url class -->
|
418 | 423 | <selectizejs.version>0.12.3</selectizejs.version>
|
419 | 424 |
|
420 |
| - <selenium.htmlunit.version>2.21</selenium.htmlunit.version> |
| 425 | + <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) --> |
421 | 426 | <selenium.version>2.53.1</selenium.version>
|
422 | 427 |
|
423 | 428 | <!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.4.1.RELEASE/spring-boot-dependencies/pom.xml) -->
|
|
0 commit comments