From 3623647429c565fc407b25ee9877a7263815700a Mon Sep 17 00:00:00 2001 From: zyyang Date: Fri, 27 Nov 2020 10:30:07 +0800 Subject: [PATCH] [TD-2249]: hikari create connection issue --- tests/examples/JDBC/connectionPools/pom.xml | 24 ++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/tests/examples/JDBC/connectionPools/pom.xml b/tests/examples/JDBC/connectionPools/pom.xml index 2793f0a83d..46fd4adc38 100644 --- a/tests/examples/JDBC/connectionPools/pom.xml +++ b/tests/examples/JDBC/connectionPools/pom.xml @@ -9,11 +9,11 @@ 1.0-SNAPSHOT - - com.taosdata.jdbc - taos-jdbcdriver - 2.0.11 - + + + + + @@ -52,5 +52,19 @@ 1.2.17 + + com.taosdata.jdbc + taos-jdbcdriver + 2.0.13 + + + + + + data-local + data + file://${project.basedir}/repo + + \ No newline at end of file -- GitLab