GH-3 - Fix dependency declaration of MySQL Java driver.

This commit is contained in:
Oliver Drotbohm
2022-10-21 11:17:23 +02:00
parent 279aa56c8c
commit 757e24382c

View File

@@ -105,8 +105,8 @@
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>test</scope>
</dependency>