update pig-visual/pig-xxl-job-admin/pom.xml.

统一 mysql maven coordinates

Signed-off-by: sun2008mt <sun2008mt@qq.com>
This commit is contained in:
sun2008mt 2022-11-19 03:30:02 +00:00 committed by Gitee
parent ec4fc126b7
commit 4aaa869cfe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -55,8 +55,8 @@
</dependency>
<!-- mysql -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<!-- xxl-job-core -->