We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00336f0 commit c478453Copy full SHA for c478453
modules/clickhouse/build.gradle
@@ -10,7 +10,6 @@ dependencies {
10
testImplementation project(':testcontainers-jdbc-test')
11
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.9.1', classifier: 'all')
12
13
- testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
14
testImplementation 'org.assertj:assertj-core:3.27.3'
15
testImplementation 'com.clickhouse:client-v2:0.9.1'
16
testImplementation testFixtures(project(':testcontainers-r2dbc'))
0 commit comments