From 14b118eadf21748a54ee3328130672cb7db33859 Mon Sep 17 00:00:00 2001 From: ineanto Date: Wed, 6 Dec 2023 22:09:35 +0100 Subject: [PATCH] fix(build): include mysql drivers --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca6669d..1cdaba5 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M9 + 3.1.2 org.apache.maven.plugins @@ -153,6 +153,7 @@ com.fasterxml.jackson.dataformat:* com.fasterxml.jackson.core:* org.mariadb.jdbc:* + com.mysql:* redis.clients:* org.apache.commons:commons-pool2 com.google.code.gson:gson @@ -195,6 +196,10 @@ com.google.code.gson net.artelnatif.libs.gson + + com.mysql + net.artelnatif.libs.mysql + false