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 92a137c813b Remove use of shardingsphere-agent-bootstrap (#23302)
92a137c813b is described below
commit 92a137c813ba40b1394bfa5a5de8653c72c31d3b
Author: Ling Hengqian <[email protected]>
AuthorDate: Tue Jan 3 22:18:33 2023 +0800
Remove use of shardingsphere-agent-bootstrap (#23302)
---
test/e2e/fixture/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/e2e/fixture/pom.xml b/test/e2e/fixture/pom.xml
index 8fe874b4290..b5ea962ef4b 100644
--- a/test/e2e/fixture/pom.xml
+++ b/test/e2e/fixture/pom.xml
@@ -39,7 +39,7 @@
<dependencies>
<dependency>
<groupId>org.apache.shardingsphere</groupId>
- <artifactId>shardingsphere-agent-bootstrap</artifactId>
+ <artifactId>shardingsphere-agent-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>