Skip to content

Commit 9bfbec0

Browse files
authored
[java] moved org.openqa.selenium.remote.http.jdk to selenium-http (#13243)
1 parent 81ad988 commit 9bfbec0

File tree

5 files changed

+3
-30
lines changed

5 files changed

+3
-30
lines changed

java/src/org/openqa/selenium/remote/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ java_library(
5555
"//java/src/org/openqa/selenium/json",
5656
"//java/src/org/openqa/selenium/manager",
5757
"//java/src/org/openqa/selenium/os",
58-
"//java/src/org/openqa/selenium/remote/http/jdk",
58+
"//java/src/org/openqa/selenium/remote/http",
5959
"//java/src/org/openqa/selenium/remote/tracing",
6060
"//java/src/org/openqa/selenium/remote/tracing/opentelemetry",
6161
"//java/src/org/openqa/selenium/support/decorators",

java/src/org/openqa/selenium/remote/http/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load("//java:version.bzl", "SE_VERSION")
44

55
java_export(
66
name = "http",
7-
srcs = glob(["*.java"]),
7+
srcs = glob(["**/*.java"]),
88
maven_coordinates = "org.seleniumhq.selenium:selenium-http:%s" % SE_VERSION,
99
pom_template = "//java/src/org/openqa/selenium:template-pom",
1010
uses = [
@@ -14,6 +14,7 @@ java_export(
1414
"//visibility:public",
1515
],
1616
deps = [
17+
"//java:auto-service",
1718
"//java/src/org/openqa/selenium:core",
1819
"//java/src/org/openqa/selenium/json",
1920
artifact("com.google.guava:guava"),

java/src/org/openqa/selenium/remote/http/jdk/BUILD.bazel

Lines changed: 0 additions & 15 deletions
This file was deleted.

java/test/org/openqa/selenium/remote/http/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ java_test_suite(
1414
"//java:auto-service",
1515
"//java/src/org/openqa/selenium:core",
1616
"//java/src/org/openqa/selenium/remote/http",
17-
"//java/src/org/openqa/selenium/remote/http/jdk",
1817
"//java/test/org/openqa/selenium/environment",
1918
"//java/test/org/openqa/selenium/testing:annotations",
2019
artifact("org.assertj:assertj-core"),

java/test/org/openqa/selenium/remote/http/jdk/BUILD.bazel

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)