JAVA-26765: Update persistence-modules/cas-secured-app to new mysql connector

This commit is contained in:
Harry9656 2023-11-23 05:30:32 +01:00
parent 4c05325ee0
commit cf03d6e96b
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
<artifactId>spring-boot-starter-data-jpa</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>