We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae224b0 commit a9472b6Copy full SHA for a9472b6
build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
implementation('org.yaml:snakeyaml:1.30')
15
16
implementation("net.bytebuddy:byte-buddy:1.14.11")
17
- compileOnly('org.seleniumhq.selenium:selenium-remote-driver:4.17.0')
+ implementation('org.seleniumhq.selenium:selenium-remote-driver:4.17.0')
18
19
implementation('org.slf4j:slf4j-api:1.7.36')
20
compileOnly("log4j:log4j:1.2.17")
0 commit comments