This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch fix/remove-invalid-module in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 39e19fc8131f66c35fcacb08369d3ba79d3b3444 Author: 静罗 <[email protected]> AuthorDate: Sun Jan 4 15:48:45 2026 +0800 fix: remove the rocketmq-eventbridge-adapter-persistence from rocketmq-eventbridge-adapter-api Change-Id: I4a6facd50868b53a6f52546d1acd4041fafb67ac --- 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>
