mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove active mq
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
|
||||
<!-- 消息队列客户端 -->
|
||||
<kafka.version>3.9.0</kafka.version>
|
||||
<activemq.version>5.18.6</activemq.version>
|
||||
<rabbitmq.version>5.24.0</rabbitmq.version>
|
||||
<rocketmq.version>4.9.8</rocketmq.version>
|
||||
</properties>
|
||||
@@ -564,12 +563,6 @@
|
||||
<version>${kafka.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>${activemq.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.rabbitmq</groupId>
|
||||
<artifactId>amqp-client</artifactId>
|
||||
|
Reference in New Issue
Block a user