Skip to content

Commit

Permalink
Remove workaround for SeleniumHQ/selenium#11750
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Oct 24, 2023
1 parent 73ec0b5 commit 844dd5d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ project.dependencies {
implementation("org.seleniumhq.selenium:selenium-remote-driver:${seleniumVersion}")
implementation("org.seleniumhq.selenium:selenium-chrome-driver:${seleniumVersion}")
implementation "org.seleniumhq.selenium:selenium-ie-driver:${seleniumVersion}"
// https://github.com/SeleniumHQ/selenium/issues/11750#issuecomment-1470357124
implementation "org.seleniumhq.selenium:selenium-http-jdk-client:${seleniumVersion}"
implementation("org.seleniumhq.selenium:jetty-repacked:${jettyRepackagedVersion}")

implementation("com.google.guava:guava:${guavaVersion}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hamcrestCoreVersion=1.3

lookfirstSardineVersion=5.7
jettyRepackagedVersion=9.4.12.v20180830
seleniumVersion=4.14.0
seleniumVersion=4.14.1
mockserverNettyVersion=5.15.0

labkeySchemasTestVersion=23.3-SNAPSHOT
3 changes: 0 additions & 3 deletions src/org/labkey/test/TestProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ public abstract class TestProperties
{
static
{
// https://github.com/SeleniumHQ/selenium/issues/11750#issuecomment-1470357124
System.setProperty("webdriver.http.factory", "jdk-http-client");

final File propFile = new File(TestFileUtils.getTestRoot(), "test.properties");
final File propFileTemplate = new File(TestFileUtils.getTestRoot(), "test.properties.template");
if (!propFile.exists())
Expand Down

0 comments on commit 844dd5d

Please sign in to comment.