Updates mysql to new coordinates.

Supported in both boot 3.0 and 3.1
This commit is contained in:
spencergibb
2023-02-15 15:34:49 -05:00
parent 92d67332ec
commit d4cc3182da

View File

@@ -61,8 +61,8 @@
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>test</scope>
</dependency>