From 5a743a67c89cb72a020ab9fe0d84630a44bad5fe Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Tue, 10 Oct 2017 14:15:03 +0100 Subject: [PATCH] REPO-2005 Add MariaDB to community packaging so that it is in the docker image. Added as part of this issue as this is the first issue to do with MariaDB. --- docker/pom.xml | 12 ++++++++++++ pom.xml | 1 + 2 files changed, 13 insertions(+) diff --git a/docker/pom.xml b/docker/pom.xml index ef452fe3d3..51f1c2a700 100644 --- a/docker/pom.xml +++ b/docker/pom.xml @@ -23,6 +23,11 @@ mysql-connector-java ${dependency.mysql.version} + + org.mariadb.jdbc + mariadb-java-client + ${dependency.mariadb.version} + org.postgresql postgresql @@ -72,6 +77,13 @@ false ${project.build.directory}/connector + + org.mariadb.jdbc + mariadb-java-client + ${dependency.mariadb.version} + false + ${project.build.directory}/connector + org.postgresql postgresql diff --git a/pom.xml b/pom.xml index 4ceb428706..4059a8d346 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ 3.2.17.RELEASE 9.4.1212 5.1.40 + 2.0.1