Add the drizzle driver to pom

Allows the end user the ability to choose between using drizzle
and mysql connector.

Change-Id: If74b239824d35ccbf9a5fd2f2cae6dbd0efb40a0
This commit is contained in:
Michael James Hoppal 2015-09-04 16:10:52 -06:00
parent 0d7a75c304
commit f43dfb5918
1 changed files with 6 additions and 1 deletions

View File

@ -137,7 +137,12 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.26</version>
<version>5.1.36</version>
</dependency>
<dependency>
<groupId>org.drizzle.jdbc</groupId>
<artifactId>drizzle-jdbc</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.timgroup</groupId>