Skip to content

Commit 6e8760a

Browse files
joerg1985diemol
andauthored
[grid] Deleted all javax.servlet related code (#12149)
Deleted all javax.servlet related code Co-authored-by: Diego Molina <[email protected]>
1 parent fbfc808 commit 6e8760a

13 files changed

+1
-1208
lines changed

java/src/org/openqa/selenium/grid/server/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ java_library(
2323
"//java/src/org/openqa/selenium/remote",
2424
artifact("com.beust:jcommander"),
2525
artifact("com.google.guava:guava"),
26-
artifact("javax.servlet:javax.servlet-api"),
2726
],
2827
)

java/src/org/openqa/selenium/grid/server/JeeInterop.java

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

java/src/org/openqa/selenium/grid/server/ServletRequestWrappingHttpRequest.java

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

java/src/org/openqa/selenium/grid/server/ServletResponseWrappingHttpResponse.java

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

java/src/org/openqa/selenium/remote/http/Filter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Can be wrapped around an {@link HttpHandler} in order to either modify incoming {@link
2626
* HttpRequest}s or outgoing {@link HttpResponse}s using the well-known "Filter" pattern. This is
27-
* very similar to the Servlet spec's {@link javax.servlet.Filter}, but takes advantage of lambdas:
27+
* very similar to the Servlet spec's {@code javax.servlet.Filter}, but takes advantage of lambdas:
2828
*
2929
* <pre><code>
3030
* Filter filter = next -&gt; {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ java_selenium_test_suite(
8383
artifact("io.netty:netty-codec-http"),
8484
artifact("io.netty:netty-transport"),
8585
artifact("org.junit.jupiter:junit-jupiter-api"),
86-
artifact("javax.servlet:javax.servlet-api"),
8786
artifact("org.assertj:assertj-core"),
8887
artifact("xyz.rogfam:littleproxy"),
8988
] + JUNIT5_DEPS,

java/test/org/openqa/selenium/grid/server/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ java_test_suite(
1717
"//java/src/org/openqa/selenium/json",
1818
"//java/src/org/openqa/selenium/remote",
1919
"//java/test/org/openqa/selenium/remote/tracing:tracing-support",
20-
"//java/test/org/openqa/testing",
2120
artifact("com.google.guava:guava"),
22-
artifact("javax.servlet:javax.servlet-api"),
2321
artifact("org.junit.jupiter:junit-jupiter-api"),
2422
artifact("org.assertj:assertj-core"),
2523
] + JUNIT5_DEPS,

java/test/org/openqa/selenium/grid/server/ServletRequestWrappingHttpRequestTest.java

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

0 commit comments

Comments
 (0)