From f0e02ca25eab9d68981c4e7021040528fb123d87 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 15 Dec 2021 10:31:05 +0000 Subject: [PATCH] Added HikariCP to plugin.yml --- eco-core/core-plugin/src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index a4b22a23..f5dad84e 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -51,4 +51,5 @@ libraries: - 'org.jetbrains.exposed:exposed-dao:0.36.2' - 'org.jetbrains.exposed:exposed-jdbc:0.36.2' - 'mysql:mysql-connector-java:8.0.25' - - 'com.google.guava:guava:31.0.1-jre' \ No newline at end of file + - 'com.google.guava:guava:31.0.1-jre' + - 'com.zaxxer:HikariCP:5.0.0' \ No newline at end of file