This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-a2a.git
The following commit(s) were added to refs/heads/main by this push:
new d47a508 Delete rocketmq-a2a 3.0.1-SNAPSHOT dependency
d47a508 is described below
commit d47a5084e35c4dc0f2853524e33730a4942a225c
Author: RongtongJin <[email protected]>
AuthorDate: Fri Dec 26 17:27:36 2025 +0800
Delete rocketmq-a2a 3.0.1-SNAPSHOT dependency
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index eea0d62..37b4301 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,12 +141,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slfj-version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.rocketmq</groupId>
- <artifactId>rocketmq-a2a</artifactId>
- <version>3.0.1-SNAPSHOT</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
<build>