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:
parent
0d7a75c304
commit
f43dfb5918
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user