This is an automated email from the ASF dual-hosted git repository.

lizhimins pushed a commit to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/rocketmq-studio by this push:
     new 062e6487 build: add aliyun openapi and tencentcloud sdks, upgrade 
rocketmq-tools to 5.5.0 (#1146)
062e6487 is described below

commit 062e6487a1c56fa83ad8cbc0763e6291b44ff684
Author: lizhimins <[email protected]>
AuthorDate: Thu Aug 6 20:45:47 2026 +0800

    build: add aliyun openapi and tencentcloud sdks, upgrade rocketmq-tools to 
5.5.0 (#1146)
---
 server/pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/server/pom.xml b/server/pom.xml
index 1c79eabd..36f30edf 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -19,7 +19,7 @@
     <properties>
         <java.version>21</java.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <rocketmq.version>5.3.3</rocketmq.version>
+        <rocketmq.version>5.5.0</rocketmq.version>
     </properties>
 
     <dependencies>
@@ -98,6 +98,18 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <!-- Aliyun RocketMQ 5.x OpenAPI (async V2 SDK), used by 
provider/alibaba -->
+        <dependency>
+            <groupId>com.aliyun</groupId>
+            <artifactId>alibabacloud-rocketmq20220801</artifactId>
+            <version>5.0.8</version>
+        </dependency>
+        <!-- Tencent Cloud TDMQ OpenAPI, reserved for provider/tencent (not 
implemented yet) -->
+        <dependency>
+            <groupId>com.tencentcloudapi</groupId>
+            <artifactId>tencentcloud-sdk-java-tdmq</artifactId>
+            <version>3.1.1500</version>
+        </dependency>
     </dependencies>
 
     <build>

Reply via email to