File tree Expand file tree Collapse file tree 4 files changed +179
-70
lines changed
src/main/java/com/lambdatest/selenium/tunnel
target/classes/com/lambdatest/selenium/tunnel Expand file tree Collapse file tree 4 files changed +179
-70
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments