Commit 9a8e4695 authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency management for org.seleniumhq.selenium:selenium-java

Closes gh-5721
parent 2591abee
......@@ -1881,6 +1881,11 @@
<artifactId>selenium-api</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>${selenium.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment