File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1515 <maven .surefire-plugin.version>3.0.0-M8</maven .surefire-plugin.version>
1616 <kafka-ui-contract >${project.version} </kafka-ui-contract >
1717 <testcontainers .version>1.17.6</testcontainers .version>
18+ <httpcomponents .version>5.2.1</httpcomponents .version>
19+ <selenium .version>4.8.1</selenium .version>
1820 <selenide .version>6.11.2</selenide .version>
1921 <testng .version>7.7.0</testng .version>
2022 <allure .version>2.21.0</allure .version>
120122 <artifactId >selenium</artifactId >
121123 <version >${testcontainers.version} </version >
122124 </dependency >
125+ <dependency >
126+ <groupId >org.apache.httpcomponents.core5</groupId >
127+ <artifactId >httpcore5</artifactId >
128+ <version >${httpcomponents.version} </version >
129+ </dependency >
130+ <dependency >
131+ <groupId >org.apache.httpcomponents.client5</groupId >
132+ <artifactId >httpclient5</artifactId >
133+ <version >${httpcomponents.version} </version >
134+ </dependency >
135+ <dependency >
136+ <groupId >org.seleniumhq.selenium</groupId >
137+ <artifactId >selenium-http</artifactId >
138+ <version >${selenium.version} </version >
139+ </dependency >
123140 <dependency >
124141 <groupId >com.codeborne</groupId >
125142 <artifactId >selenide</artifactId >
You can’t perform that action at this time.
0 commit comments