Skip to content

Commit 757e243

Browse files
committed
GH-3 - Fix dependency declaration of MySQL Java driver.
1 parent 279aa56 commit 757e243

File tree

1 file changed

+2
-2
lines changed
  • spring-modulith-events/spring-modulith-events-jdbc

1 file changed

+2
-2
lines changed

spring-modulith-events/spring-modulith-events-jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
</dependency>
106106

107107
<dependency>
108-
<groupId>mysql</groupId>
109-
<artifactId>mysql-connector-java</artifactId>
108+
<groupId>com.mysql</groupId>
109+
<artifactId>mysql-connector-j</artifactId>
110110
<scope>test</scope>
111111
</dependency>
112112

0 commit comments

Comments
 (0)