feat(service-command-pro): 添加Pulsar命令行工具

This commit is contained in:
v-zhangjc9
2024-06-13 16:27:17 +08:00
parent 5bad6b6e1e
commit ef983f9eb7
2 changed files with 69 additions and 0 deletions

View File

@@ -98,6 +98,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
</dependency>
</dependencies>
<build>