diff --git a/externals/kyuubi-jdbc-engine/pom.xml b/externals/kyuubi-jdbc-engine/pom.xml index 0c4a191f728..8ce26971980 100644 --- a/externals/kyuubi-jdbc-engine/pom.xml +++ b/externals/kyuubi-jdbc-engine/pom.xml @@ -112,7 +112,7 @@ com.clickhouse clickhouse-jdbc - http + shaded test diff --git a/externals/kyuubi-jdbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/clickhouse/WithClickHouseContainer.scala b/externals/kyuubi-jdbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/clickhouse/WithClickHouseContainer.scala index 483876cc47f..bd84e0356fd 100644 --- a/externals/kyuubi-jdbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/clickhouse/WithClickHouseContainer.scala +++ b/externals/kyuubi-jdbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/clickhouse/WithClickHouseContainer.scala @@ -23,7 +23,7 @@ import org.apache.kyuubi.engine.jdbc.WithJdbcServerContainer trait WithClickHouseContainer extends WithJdbcServerContainer { - private val clickHouseDockerImage = "clickhouse/clickhouse-server:24.3" + private val clickHouseDockerImage = "clickhouse/clickhouse-server:24.3.15" override val containerDef: ClickHouseContainer.Def = ClickHouseContainer.Def(dockerImageName = DockerImageName.parse(clickHouseDockerImage)) diff --git a/integration-tests/kyuubi-jdbc-it/pom.xml b/integration-tests/kyuubi-jdbc-it/pom.xml index 18b937d2da0..5ff3f07c6c3 100644 --- a/integration-tests/kyuubi-jdbc-it/pom.xml +++ b/integration-tests/kyuubi-jdbc-it/pom.xml @@ -106,7 +106,7 @@ com.clickhouse clickhouse-jdbc - http + shaded test @@ -188,7 +188,7 @@ com.clickhouse clickhouse-jdbc ${clickhouse-java.version} - http + shaded true ${project.build.directory} diff --git a/pom.xml b/pom.xml index fb20b1e3b21..9a01c910fe5 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,7 @@ 3.2.16.0 4.1.0 1.7.36 - 0.6.0 + 0.6.5 2.2