Skip to content

Commit 9ea182f

Browse files
authored
Merge pull request #2751 from hazendaz/master
[pom] Update mysql-connector-j to new GAV relocation
2 parents 5911cb6 + 69758a2 commit 9ea182f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@
260260
<scope>test</scope>
261261
</dependency>
262262
<dependency>
263-
<groupId>mysql</groupId>
264-
<artifactId>mysql-connector-java</artifactId>
263+
<groupId>com.mysql</groupId>
264+
<artifactId>mysql-connector-j</artifactId>
265265
<version>8.0.31</version>
266266
<scope>test</scope>
267267
</dependency>

0 commit comments

Comments
 (0)