From 99384f3620f103ea9407dab044e9f67291ac8cf5 Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Mon, 11 Sep 2017 15:30:54 +0200 Subject: Change mysql to mariadb connector Replace the mysql connector used by Spring to mariadb + remove the Mysql connector from the clamp.jar Change-Id: If7241e111d07ad98eba3b0fcb612b0f4711d683d Issue-Id: CLAMP-52 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 23a261406..2c5290cf2 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,12 @@ com.att.ajsc sdk-java-camunda-core ${sdk.camunda.core} + + + mysql + mysql-connector-java + + @@ -360,6 +366,10 @@ jackson-databind com.fasterxml.jackson.core + + mysql + mysql-connector-java + @@ -431,6 +441,12 @@ 2.1.7 + + + org.mariadb.jdbc + mariadb-java-client + 2.1.1 + -- cgit 1.2.3-korg