Skip to content

Commit

Permalink
fix: change selenium-support to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Dec 19, 2024
1 parent a2ca4f5 commit b37c57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ dependencies {
testFixturesApi "org.testcontainers:selenium:$testcontainersVersion"
testFixturesApi "org.seleniumhq.selenium:selenium-chrome-driver:$seleniumVersion"
testFixturesApi "org.seleniumhq.selenium:selenium-remote-driver:$seleniumVersion"
testFixturesApi "org.seleniumhq.selenium:selenium-support:$seleniumVersion"

testFixturesImplementation "org.seleniumhq.selenium:selenium-support:$seleniumVersion"

testFixturesCompileOnly "org.slf4j:slf4j-nop:$slf4jVersion" // Remove warning about missing slf4j binding during compilation

Expand Down

0 comments on commit b37c57e

Please sign in to comment.