提交 36236474 编写于 作者: Z zyyang

[TD-2249]<hotfix>: hikari create connection issue

上级 b7119d3d
......@@ -9,11 +9,11 @@
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>2.0.11</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.taosdata.jdbc</groupId>-->
<!-- <artifactId>taos-jdbcdriver</artifactId>-->
<!-- <version>2.0.11</version>-->
<!-- </dependency>-->
<!-- druid -->
<dependency>
......@@ -52,5 +52,19 @@
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>2.0.13</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>data-local</id>
<name>data</name>
<url>file://${project.basedir}/repo</url>
</repository>
</repositories>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册