Skip to content

Commit

Permalink
Updates mysql to new coordinates.
Browse files Browse the repository at this point in the history
Supported in both boot 3.0 and 3.1
  • Loading branch information
spencergibb committed Feb 15, 2023
1 parent 92d6733 commit d4cc318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-vault-config-databases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d4cc318

Please sign in to comment.