提交 4164eed8 编写于 作者: S Serge Rider

#11195 Clickhouse driver upgrade + maven artifact version resolution fix

上级 ace6f50f
......@@ -846,7 +846,7 @@
description="Yandex ClickHouse"
webURL="https://github.com/yandex/clickhouse-jdbc"
categories="sql,analytic,columns">
<file type="jar" path="maven:/ru.yandex.clickhouse:clickhouse-jdbc:RELEASE" bundle="!drivers.clickhouse"/>
<file type="jar" path="maven:/ru.yandex.clickhouse:clickhouse-jdbc:RELEASE[0.2.5]" bundle="!drivers.clickhouse"/>
<file type="jar" path="drivers/clickhouse" bundle="drivers.clickhouse"/>
<parameter name="supports-references" value="false"/>
......
......@@ -91,6 +91,8 @@ public class MavenArtifactVersion implements IMavenIdentifier {
this.version = CommonUtils.trim(version);
loadPOM(monitor);
this.version = evaluateString(this.version);
}
@NotNull
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册