Skip to content

Commit c478453

Browse files
authored
Remove httpclient5 dependency from clickhouse (#10610)
1 parent 00336f0 commit c478453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/clickhouse/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ dependencies {
1010
testImplementation project(':testcontainers-jdbc-test')
1111
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.9.1', classifier: 'all')
1212

13-
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
1413
testImplementation 'org.assertj:assertj-core:3.27.3'
1514
testImplementation 'com.clickhouse:client-v2:0.9.1'
1615
testImplementation testFixtures(project(':testcontainers-r2dbc'))

0 commit comments

Comments
 (0)