This is an automated email from the ASF dual-hosted git repository.
shenlin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
The following commit(s) were added to refs/heads/main by this push:
new 0bc16a1 fix: remove the rocketmq-eventbridge-adapter-persistence from
rocketmq-eventbridge-adapter-api (#184)
0bc16a1 is described below
commit 0bc16a1220fd82ac457b7b954c70ad7a614775d3
Author: shenlin <[email protected]>
AuthorDate: Sun Jan 4 15:55:50 2026 +0800
fix: remove the rocketmq-eventbridge-adapter-persistence from
rocketmq-eventbridge-adapter-api (#184)
Change-Id: I4a6facd50868b53a6f52546d1acd4041fafb67ac
Co-authored-by: 静罗 <[email protected]>
---
adapter/api/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/adapter/api/pom.xml b/adapter/api/pom.xml
index 3da810b..04f869c 100644
--- a/adapter/api/pom.xml
+++ b/adapter/api/pom.xml
@@ -29,10 +29,6 @@
<dependencies>
<!-- Project modules -->
- <dependency>
- <groupId>org.apache.rocketmq</groupId>
- <artifactId>rocketmq-eventbridge-adapter-persistence</artifactId>
- </dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-eventbridge-domain</artifactId>