From 757e24382cf3df579e6ecec824c55b25b5931ee8 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 21 Oct 2022 11:17:23 +0200 Subject: [PATCH] GH-3 - Fix dependency declaration of MySQL Java driver. --- spring-modulith-events/spring-modulith-events-jdbc/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-modulith-events/spring-modulith-events-jdbc/pom.xml b/spring-modulith-events/spring-modulith-events-jdbc/pom.xml index b76f7042..5e3de4b0 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/pom.xml +++ b/spring-modulith-events/spring-modulith-events-jdbc/pom.xml @@ -105,8 +105,8 @@ - mysql - mysql-connector-java + com.mysql + mysql-connector-j test