File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ dependencies {
55
66 provided ' org.seleniumhq.selenium:selenium-remote-driver:4.10.0'
77 provided ' org.seleniumhq.selenium:selenium-chrome-driver:4.10.0'
8- testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver:4.10.0'
9- testImplementation ' org.seleniumhq.selenium:selenium-edge-driver:4.10.0'
10- testImplementation ' org.seleniumhq.selenium:selenium-support:4.10.0'
8+
9+ testImplementation platform(' org.seleniumhq.selenium:selenium-bom:4.10.0' )
10+ testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver'
11+ testImplementation ' org.seleniumhq.selenium:selenium-edge-driver'
12+ testImplementation ' org.seleniumhq.selenium:selenium-support'
1113
1214 testImplementation ' org.mortbay.jetty:jetty:6.1.26'
1315 testImplementation project(' :nginx' )
You can’t perform that action at this time.
0 commit comments