<dependency>
<groupId>org.darkphoenixs</groupId>
<artifactId>messagequeue-framework</artifactId>
<version>1.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.darkphoenixs', module='messagequeue-framework', version='1.2.0')
)
compile
|-- org.springframework:spring-core:4.0.0.RELEASE
|-- org.springframework:spring-expression:4.0.0.RELEASE
|-- org.springframework:spring-aop:4.0.0.RELEASE
|-- org.springframework:spring-context:4.0.0.RELEASE
|-- org.springframework:spring-tx:4.0.0.RELEASE
|-- org.springframework:spring-jms:4.0.0.RELEASE
|-- org.apache.activemq:activemq-client:5.10.0
|-- commons-pool:commons-pool:1.6
|-- org.apache.kafka:kafka_${scala.version}:0.8.2.2
|-- org.apache.kafka:kafka_${scala.version}:0.8.2.2
|-- org.apache.curator:curator-framework:2.8.0
|-- org.slf4j:slf4j-log4j12:1.7.12
|-- com.alibaba:fastjson:1.2.10
test
|-- org.springframework:spring-test:4.0.0.RELEASE
|-- junit:junit:4.11