Skip to content

Commit

Permalink
[java] moved org.openqa.selenium.remote.http.jdk to selenium-http (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg1985 committed Dec 6, 2023
1 parent 81ad988 commit 9bfbec0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 30 deletions.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/remote/BUILD.bazel
Expand Up @@ -55,7 +55,7 @@ java_library(
"//java/src/org/openqa/selenium/json",
"//java/src/org/openqa/selenium/manager",
"//java/src/org/openqa/selenium/os",
"//java/src/org/openqa/selenium/remote/http/jdk",
"//java/src/org/openqa/selenium/remote/http",
"//java/src/org/openqa/selenium/remote/tracing",
"//java/src/org/openqa/selenium/remote/tracing/opentelemetry",
"//java/src/org/openqa/selenium/support/decorators",
Expand Down
3 changes: 2 additions & 1 deletion java/src/org/openqa/selenium/remote/http/BUILD.bazel
Expand Up @@ -4,7 +4,7 @@ load("//java:version.bzl", "SE_VERSION")

java_export(
name = "http",
srcs = glob(["*.java"]),
srcs = glob(["**/*.java"]),
maven_coordinates = "org.seleniumhq.selenium:selenium-http:%s" % SE_VERSION,
pom_template = "//java/src/org/openqa/selenium:template-pom",
uses = [
Expand All @@ -14,6 +14,7 @@ java_export(
"//visibility:public",
],
deps = [
"//java:auto-service",
"//java/src/org/openqa/selenium:core",
"//java/src/org/openqa/selenium/json",
artifact("com.google.guava:guava"),
Expand Down
15 changes: 0 additions & 15 deletions java/src/org/openqa/selenium/remote/http/jdk/BUILD.bazel

This file was deleted.

1 change: 0 additions & 1 deletion java/test/org/openqa/selenium/remote/http/BUILD.bazel
Expand Up @@ -14,7 +14,6 @@ java_test_suite(
"//java:auto-service",
"//java/src/org/openqa/selenium:core",
"//java/src/org/openqa/selenium/remote/http",
"//java/src/org/openqa/selenium/remote/http/jdk",
"//java/test/org/openqa/selenium/environment",
"//java/test/org/openqa/selenium/testing:annotations",
artifact("org.assertj:assertj-core"),
Expand Down
12 changes: 0 additions & 12 deletions java/test/org/openqa/selenium/remote/http/jdk/BUILD.bazel

This file was deleted.

0 comments on commit 9bfbec0

Please sign in to comment.