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

View File

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