JAVA-26765: Update spring-cloud-modules/spring-cloud-aws to new mysql connector
This commit is contained in:
parent
d4b7888a6e
commit
9b0e3227be
|
@ -69,8 +69,8 @@
|
|||
<artifactId>postgresql</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue