Skip to content

Commit

Permalink
Changed selenium-leg-rc and selenium-java back to testImplementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vjlamp committed Oct 29, 2024
1 parent da89b55 commit 36010b2
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 36010b2

Please sign in to comment.