Wasted a few hours without testing
This commit is contained in:
parent
53748cae84
commit
4a140b3459
8 changed files with 79 additions and 35 deletions
22
pom.xml
22
pom.xml
|
|
@ -232,6 +232,23 @@
|
|||
org.postgresql.xa.jdbc3,
|
||||
org.postgresql.xa.jdbc4
|
||||
</mmdoc.packages>
|
||||
<mariadb.packages>
|
||||
org.mariadb.jdbc,
|
||||
org.mariadb.jdbc.client,
|
||||
org.mariadb.jdbc.client.util,
|
||||
org.mariadb.jdbc.client.socket,
|
||||
org.mariadb.jdbc.message,
|
||||
org.mariadb.jdbc.type,
|
||||
org.mariadb.jdbc.export,
|
||||
org.mariadb.jdbc.plugin,
|
||||
org.mariadb.jdbc.plugin.codec,
|
||||
org.mariadb.jdbc.plugin.authentication.standard,
|
||||
org.mariadb.jdbc.plugin.authentication.addon,
|
||||
org.mariadb.jdbc.plugin.credential.aws,
|
||||
org.mariadb.jdbc.plugin.credential.env,
|
||||
org.mariadb.jdbc.plugin.credential.system,
|
||||
org.mariadb.jdbc.plugin.tls.main
|
||||
</mariadb.packages>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
@ -366,6 +383,11 @@
|
|||
<artifactId>postgresql</artifactId>
|
||||
<version>9.1-901-1.jdbc4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
<version>3.0.8</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue