This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 3bf5e2e52fe change group id to com.mysql of mysql 8.0.31 (#28255)
3bf5e2e52fe is described below
commit 3bf5e2e52fedb4026ab0b1d8f08e7ed9d3d54dc5
Author: jiangML <[email protected]>
AuthorDate: Fri Aug 25 17:36:16 2023 +0800
change group id to com.mysql of mysql 8.0.31 (#28255)
---
test/e2e/agent/plugins/logging/file/pom.xml | 4 ++--
test/e2e/agent/plugins/metrics/prometheus/pom.xml | 4 ++--
test/e2e/agent/plugins/tracing/jaeger/pom.xml | 4 ++--
test/e2e/agent/plugins/tracing/zipkin/pom.xml | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/test/e2e/agent/plugins/logging/file/pom.xml
b/test/e2e/agent/plugins/logging/file/pom.xml
index bbe89bc3584..d90e8a9c17d 100644
--- a/test/e2e/agent/plugins/logging/file/pom.xml
+++ b/test/e2e/agent/plugins/logging/file/pom.xml
@@ -45,8 +45,8 @@
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
<version>${mysql-connector-java.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/test/e2e/agent/plugins/metrics/prometheus/pom.xml
b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
index 7f5e4882c8a..240a1f7fe42 100644
--- a/test/e2e/agent/plugins/metrics/prometheus/pom.xml
+++ b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
@@ -45,8 +45,8 @@
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
<version>${mysql-connector-java.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/test/e2e/agent/plugins/tracing/jaeger/pom.xml
b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
index 42bbd686850..1d246a268cf 100644
--- a/test/e2e/agent/plugins/tracing/jaeger/pom.xml
+++ b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
@@ -45,8 +45,8 @@
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
<version>${mysql-connector-java.version}</version>
<scope>runtime</scope>
</dependency>
diff --git a/test/e2e/agent/plugins/tracing/zipkin/pom.xml
b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
index 1b1c6b8881f..f3854939e66 100644
--- a/test/e2e/agent/plugins/tracing/zipkin/pom.xml
+++ b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
@@ -45,8 +45,8 @@
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
+ <groupId>com.mysql</groupId>
+ <artifactId>mysql-connector-j</artifactId>
<version>${mysql-connector-java.version}</version>
<scope>runtime</scope>
</dependency>