Skip to content

Commit

Permalink
TAP5-2798: Change selenium-java and selenium-leg-rc from api to testI…
Browse files Browse the repository at this point in the history
…mplementation (#51)
  • Loading branch information
vjlamp authored and thiagohp committed Nov 2, 2024
1 parent 70d7678 commit c36cfde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tapestry-webresources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ dependencies {
exclude group: "org.apache.tapestry"
}
testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}"
api "org.seleniumhq.selenium:selenium-leg-rc:${versions.selenium}", {
testImplementation "org.seleniumhq.selenium:selenium-leg-rc:${versions.selenium}", {
exclude group: "org.seleniumhq.selenium", module: "jetty-repacked"
exclude group: "org.testng", module: "testng"
exclude group: "javax.servlet", module: "javax.servlet-api"
exclude group: "org.seleniumhq.selenium", module: "selenium-firefox-driver"
}
api "org.seleniumhq.selenium:selenium-java:${versions.seleniumServer}"
testImplementation "org.seleniumhq.selenium:selenium-java:${versions.seleniumServer}"
testImplementation ("io.github.bonigarcia:webdrivermanager:${versions.webdriverManager}")
}

Expand Down

0 comments on commit c36cfde

Please sign in to comment.