This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 59cbd621a22 fix error about agent it (#22912)
59cbd621a22 is described below
commit 59cbd621a2299106ad9c74e53c7f235951c1dbbf
Author: jiangML <[email protected]>
AuthorDate: Fri Dec 16 22:35:42 2022 +0800
fix error about agent it (#22912)
---
test/e2e/agent/plugins/jaeger/pom.xml | 10 ++++++++++
test/e2e/agent/plugins/metrics/pom.xml | 5 +++++
test/e2e/agent/plugins/opentelemetry/pom.xml | 5 +++++
test/e2e/agent/plugins/zipkin/pom.xml | 10 ++++++++++
4 files changed, 30 insertions(+)
diff --git a/test/e2e/agent/plugins/jaeger/pom.xml
b/test/e2e/agent/plugins/jaeger/pom.xml
index a0a6af09637..8a587cd0e05 100644
--- a/test/e2e/agent/plugins/jaeger/pom.xml
+++ b/test/e2e/agent/plugins/jaeger/pom.xml
@@ -58,6 +58,16 @@
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
diff --git a/test/e2e/agent/plugins/metrics/pom.xml
b/test/e2e/agent/plugins/metrics/pom.xml
index 5d79c9620c6..cf5689ca851 100644
--- a/test/e2e/agent/plugins/metrics/pom.xml
+++ b/test/e2e/agent/plugins/metrics/pom.xml
@@ -63,6 +63,11 @@
<artifactId>HikariCP</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
diff --git a/test/e2e/agent/plugins/opentelemetry/pom.xml
b/test/e2e/agent/plugins/opentelemetry/pom.xml
index c6853972717..2da8e788717 100644
--- a/test/e2e/agent/plugins/opentelemetry/pom.xml
+++ b/test/e2e/agent/plugins/opentelemetry/pom.xml
@@ -68,6 +68,11 @@
<artifactId>HikariCP</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
diff --git a/test/e2e/agent/plugins/zipkin/pom.xml
b/test/e2e/agent/plugins/zipkin/pom.xml
index 371be1b05f4..683a53f5f1d 100644
--- a/test/e2e/agent/plugins/zipkin/pom.xml
+++ b/test/e2e/agent/plugins/zipkin/pom.xml
@@ -58,6 +58,16 @@
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>com.zaxxer</groupId>
+ <artifactId>HikariCP</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>