<dependency>
<groupId>org.darkphoenixs</groupId>
<artifactId>messagequeue-framework</artifactId>
<version>1.4.8</version>
</dependency>
@Grapes(
@Grab(group='org.darkphoenixs', module='messagequeue-framework', version='1.4.8')
)
compile
|-- org.darkphoenixs:log4j:1.2.17
provided
|-- org.springframework:spring-jms:4.0.0.RELEASE
|-- org.apache.activemq:activemq-client:5.10.0
|-- org.apache.activemq:activemq-pool:5.10.0
|-- commons-pool:commons-pool:1.6
|-- org.apache.kafka:kafka_2.11:0.9.0.1
|-- org.apache.curator:curator-framework:2.8.0
|-- com.alibaba:fastjson:1.2.10
test
|-- org.springframework:spring-test:4.0.0.RELEASE
|-- org.apache.kafka:kafka_2.11:0.9.0.1
|-- junit:junit:4.11