Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dependency management for more Selenium modules
Previously, we only had dependency management for selenium-htmlunit-driver. It depends on three other Selenium modules for which dependency management was not provided. This means that there was a risk that a mixture of versions would end up on the classpath. This commit adds dependency management for the Selenium modules upon which selenium-htmlunit-driver depends. Closes spring-projectsgh-5520
- Loading branch information