This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new ea5d7bb Add back HikariCP for proxy startup (#16229)
ea5d7bb is described below
commit ea5d7bb9fc76787288702e2c91701d6f577d0107
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Mar 21 11:46:00 2022 +0800
Add back HikariCP for proxy startup (#16229)
---
shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml
b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml
index c642332..5d4acf2 100644
--- a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml
+++ b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml
@@ -115,6 +115,12 @@
</dependency>
<dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>