This is an automated email from the ASF dual-hosted git repository.
zhaojinchao 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 b506bd73756 Remove useless dependencies on
shardingsphere-test-e2e-agent-proxy-fixture module (#32230)
b506bd73756 is described below
commit b506bd73756dc29f63c3d6250eae89abd5ff940c
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jul 22 22:35:57 2024 +0800
Remove useless dependencies on shardingsphere-test-e2e-agent-proxy-fixture
module (#32230)
---
test/e2e/agent/fixture/proxy-fixture/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/test/e2e/agent/fixture/proxy-fixture/pom.xml
b/test/e2e/agent/fixture/proxy-fixture/pom.xml
index ccbf72f6b0d..953da8e025b 100644
--- a/test/e2e/agent/fixture/proxy-fixture/pom.xml
+++ b/test/e2e/agent/fixture/proxy-fixture/pom.xml
@@ -37,11 +37,6 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
-
- <dependency>
- <groupId>org.awaitility</groupId>
- <artifactId>awaitility</artifactId>
- </dependency>
</dependencies>
<build>