From f43dfb5918777604e1fa964b2c53930f23154608 Mon Sep 17 00:00:00 2001 From: Michael James Hoppal Date: Fri, 4 Sep 2015 16:10:52 -0600 Subject: [PATCH] Add the drizzle driver to pom Allows the end user the ability to choose between using drizzle and mysql connector. Change-Id: If74b239824d35ccbf9a5fd2f2cae6dbd0efb40a0 --- thresh/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/thresh/pom.xml b/thresh/pom.xml index e1781b4..0321e9c 100644 --- a/thresh/pom.xml +++ b/thresh/pom.xml @@ -137,7 +137,12 @@ mysql mysql-connector-java - 5.1.26 + 5.1.36 + + + org.drizzle.jdbc + drizzle-jdbc + 1.3 com.timgroup