Skip to content

Commit 335890f

Browse files
committed
Removing redisson dependency on the data package
This dep added 50% to the size of the standalone server for a piece of functionality that's seldom used and only available if a user downloads it separately.
1 parent 0c79e86 commit 335890f

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ java_library(
1515
"//java/client/src/org/openqa/selenium/remote",
1616
"//java/server/src/org/openqa/selenium/events",
1717
"//java/server/src/org/openqa/selenium/grid/security",
18-
artifact("org.redisson:redisson")
1918
],
2019
)

java/server/src/org/openqa/selenium/grid/data/NodeStatus.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import org.openqa.selenium.internal.Require;
2222
import org.openqa.selenium.json.JsonInput;
2323
import org.openqa.selenium.json.TypeToken;
24-
import org.redisson.api.annotation.REntity;
25-
import org.redisson.api.annotation.RId;
2624

2725
import java.net.URI;
2826
import java.time.Duration;
@@ -36,10 +34,8 @@
3634
import static java.util.Collections.unmodifiableMap;
3735
import static java.util.Collections.unmodifiableSet;
3836

39-
@REntity
4037
public class NodeStatus {
4138

42-
@RId
4339
private NodeId nodeId;
4440

4541
private URI externalUri;

0 commit comments

Comments
 (0)