JAVA-26765: Update persistence-modules/spring-jdbc to new mysql connector
This commit is contained in:
parent
ff96e6a70a
commit
8a98a730c6
|
@ -27,8 +27,8 @@
|
|||
<artifactId>h2</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>
|
||||
|
|
Loading…
Reference in New Issue