Skip to content

Commit 8889463

Browse files
authored
add httpcomponents (#3449)
1 parent f193e5f commit 8889463

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

kafka-ui-e2e-checks/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
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>
@@ -120,6 +122,21 @@
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>

0 commit comments

Comments
 (0)