Skip to content

Commit 6bd0a6d

Browse files
Merge pull request #74 from AnswerConsulting/BENCH-179
BENCH-179 UPDATED MySQL DEPENDENCY
2 parents 6f2c747 + 39a2d21 commit 6bd0a6d

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
@@ -50,8 +50,8 @@
5050
</dependency>
5151

5252
<dependency>
53-
<groupId>mysql</groupId>
54-
<artifactId>mysql-connector-java</artifactId>
53+
<groupId>com.mysql</groupId>
54+
<artifactId>mysql-connector-j</artifactId>
5555
<version>8.0.31</version>
5656
</dependency>
5757

0 commit comments

Comments
 (0)