Add the drizzle driver to pom

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

Change-Id: I0f19d006713471c3cef1d1ec9a036fcf1aa36f05
This commit is contained in:
Michael James Hoppal 2015-09-04 16:12:00 -06:00
parent 775b63a326
commit 5ae1976e2e
1 changed files with 6 additions and 1 deletions

View File

@ -117,7 +117,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.google.code.findbugs</groupId>