<dependency>
<groupId>org.darkphoenixs</groupId>
<artifactId>messagequeue-framework</artifactId>
<version>1.5.11</version>
</dependency>
@Grapes(
@Grab(group='org.darkphoenixs', module='messagequeue-framework', version='1.5.11')
)
compile
|-- org.darkphoenixs:log4j:1.3.5
provided
|-- org.springframework:spring-jms:4.0.0.RELEASE
|-- org.apache.activemq:activemq-client:5.15.9
|-- org.apache.activemq:activemq-pool:5.15.9
|-- commons-pool:commons-pool:1.6
|-- org.apache.kafka:kafka_2.11:1.0.0
|-- org.apache.curator:curator-framework:2.8.0
|-- com.alibaba:fastjson:1.2.31
|-- org.apache.rocketmq:rocketmq-client:4.2.0
test
|-- org.springframework:spring-test:4.0.0.RELEASE
|-- org.apache.kafka:kafka_2.11:1.0.0
|-- org.apache.kafka:kafka-clients:1.0.0
|-- junit:junit:4.11