From e91153481a220235130a277d20f724b97fcfd325 Mon Sep 17 00:00:00 2001 From: drecchia Date: Mon, 30 May 2016 22:57:21 -0300 Subject: - Replaced connection poll from c3p0 to HikariCP. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0b0d7c19b..dd8c5e5fa 100644 --- a/pom.xml +++ b/pom.xml @@ -48,10 +48,10 @@ 9.4.1208.jre7 - com.mchange - c3p0 - 0.9.5.2 - + com.zaxxer + HikariCP + 2.4.5 + io.netty netty -- cgit v1.2.3 From 1c0ccc88eb1482297d4bfaebd7d72505f55625cd Mon Sep 17 00:00:00 2001 From: drecchia Date: Tue, 31 May 2016 08:58:38 -0300 Subject: - Fixed style. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index dd8c5e5fa..eb1ac20de 100644 --- a/pom.xml +++ b/pom.xml @@ -48,10 +48,10 @@ 9.4.1208.jre7 - com.zaxxer - HikariCP - 2.4.5 - + com.zaxxer + HikariCP + 2.4.5 + io.netty netty -- cgit v1.2.3