JAVA-26765: Update persistence-modules/flyway to new mysql connector

This commit is contained in:
Harry9656 2023-11-23 04:58:58 +01:00
parent 2fd61d0f0b
commit b8c35c0c10
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>