This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang 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 10c1376c8f8 Remove useless MySQL version declaration (#28852)
10c1376c8f8 is described below

commit 10c1376c8f8a207d10994aa918edd876155b44c3
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Oct 24 10:16:06 2023 +0800

    Remove useless MySQL version declaration (#28852)
---
 test/e2e/agent/plugins/logging/file/pom.xml       | 1 -
 test/e2e/agent/plugins/metrics/prometheus/pom.xml | 1 -
 test/e2e/agent/plugins/tracing/jaeger/pom.xml     | 1 -
 test/e2e/agent/plugins/tracing/zipkin/pom.xml     | 1 -
 4 files changed, 4 deletions(-)

diff --git a/test/e2e/agent/plugins/logging/file/pom.xml 
b/test/e2e/agent/plugins/logging/file/pom.xml
index 7581a9390cf..0cb953b1e73 100644
--- a/test/e2e/agent/plugins/logging/file/pom.xml
+++ b/test/e2e/agent/plugins/logging/file/pom.xml
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>com.mysql</groupId>
             <artifactId>mysql-connector-j</artifactId>
-            <version>${mysql-connector-java.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/test/e2e/agent/plugins/metrics/prometheus/pom.xml 
b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
index bfe0fd51569..135a3c289dd 100644
--- a/test/e2e/agent/plugins/metrics/prometheus/pom.xml
+++ b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>com.mysql</groupId>
             <artifactId>mysql-connector-j</artifactId>
-            <version>${mysql-connector-java.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/test/e2e/agent/plugins/tracing/jaeger/pom.xml 
b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
index 073d42af900..e41afa85ce8 100644
--- a/test/e2e/agent/plugins/tracing/jaeger/pom.xml
+++ b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>com.mysql</groupId>
             <artifactId>mysql-connector-j</artifactId>
-            <version>${mysql-connector-java.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
diff --git a/test/e2e/agent/plugins/tracing/zipkin/pom.xml 
b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
index 15e627e5481..f4bb1c0e5df 100644
--- a/test/e2e/agent/plugins/tracing/zipkin/pom.xml
+++ b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
@@ -46,7 +46,6 @@
         <dependency>
             <groupId>com.mysql</groupId>
             <artifactId>mysql-connector-j</artifactId>
-            <version>${mysql-connector-java.version}</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Reply via email to