Skip to content

Commit

Permalink
Use Selenium's BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jun 26, 2023
1 parent 47cc65d commit 79bc1b5
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1325,29 +1325,8 @@ bom {
}
library("Selenium", "4.10.0") {
group("org.seleniumhq.selenium") {
modules = [
"lift",
"selenium-api",
"selenium-chrome-driver",
"selenium-chromium-driver",
"selenium-devtools-v108",
"selenium-devtools-v109",
"selenium-devtools-v110",
"selenium-devtools-v85",
"selenium-edge-driver",
"selenium-firefox-driver",
"selenium-grid",
"selenium-http",
"selenium-http-jdk-client",
"selenium-ie-driver",
"selenium-java",
"selenium-json",
"selenium-manager",
"selenium-remote-driver",
"selenium-safari-driver",
"selenium-session-map-jdbc",
"selenium-session-map-redis",
"selenium-support",
imports = [
"selenium-bom"
]
}
}
Expand Down

0 comments on commit 79bc1b5

Please sign in to comment.