From 5b8c920d6177bbe94d8ccdcc261f9ec672614f14 Mon Sep 17 00:00:00 2001 From: Cleydyr Albuquerque Date: Fri, 13 Sep 2019 15:01:47 -0300 Subject: [PATCH] =?UTF-8?q?[140]=20use=20HikariCP=20como=20pool=20de=20con?= =?UTF-8?q?ex=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/META-INF/context.xml | 11 ++++++++++- pom.xml | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/WebContent/META-INF/context.xml b/WebContent/META-INF/context.xml index 958d088a..41ec061e 100644 --- a/WebContent/META-INF/context.xml +++ b/WebContent/META-INF/context.xml @@ -2,5 +2,14 @@ - + diff --git a/pom.xml b/pom.xml index 440fc9c2..0768e3ee 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,11 @@ 2.2.3 + + com.zaxxer + HikariCP + 3.3.1 +