|
@@ -101,12 +101,9 @@
|
|
<version>${spring_version}</version>
|
|
<version>${spring_version}</version>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
- <!-- 客户端要使用请单独引入rocketmq-client依赖 -->
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.rocketmq</groupId>
|
|
<groupId>org.apache.rocketmq</groupId>
|
|
<artifactId>rocketmq-client</artifactId>
|
|
<artifactId>rocketmq-client</artifactId>
|
|
- <version>4.3.0</version>
|
|
|
|
- <scope>provided</scope>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
<!-- 客户端要使用请单独引入kafka-clients依赖 -->
|
|
<!-- 客户端要使用请单独引入kafka-clients依赖 -->
|
|
<dependency>
|
|
<dependency>
|
|
@@ -126,10 +123,6 @@
|
|
<groupId>com.aliyun.openservices</groupId>
|
|
<groupId>com.aliyun.openservices</groupId>
|
|
<artifactId>aliware-apache-rocketmq-cloud</artifactId>
|
|
<artifactId>aliware-apache-rocketmq-cloud</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>org.apache.rocketmq</groupId>
|
|
|
|
- <artifactId>rocketmq-client</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|