Skip to content

Commit 182b8de

Browse files
add tunnel info api
1 parent 583fbd8 commit 182b8de

File tree

4 files changed

+179
-70
lines changed

4 files changed

+179
-70
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
<groupId>com.lambdatest</groupId>
88
<artifactId>lambdatest-java-selenium-sdk</artifactId>
9-
<!-- ⚠️ IMPORTANT: Keep this version in sync with gradle.properties -->
109
<version>1.0.1</version>
1110
<packaging>jar</packaging>
1211

@@ -89,6 +88,20 @@
8988
<version>2.11.5</version>
9089
</dependency>
9190

91+
<!-- Apache HttpClient for tunnel Info API polling -->
92+
<dependency>
93+
<groupId>org.apache.httpcomponents</groupId>
94+
<artifactId>httpclient</artifactId>
95+
<version>4.5.14</version>
96+
</dependency>
97+
98+
<!-- JSON parsing for tunnel API responses -->
99+
<dependency>
100+
<groupId>org.json</groupId>
101+
<artifactId>json</artifactId>
102+
<version>20231013</version>
103+
</dependency>
104+
92105
<!-- ASM for bytecode manipulation -->
93106
<dependency>
94107
<groupId>org.ow2.asm</groupId>

0 commit comments

Comments
 (0)