<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jms</artifactId>
<version>3.2.1</version>
<type>jbi-component</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-jms', version='3.2.1')
)
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>bindingcomponents</artifactId> <version>3.2.1</version> </parent>
compile
|-- org.apache.servicemix:servicemix-shared
|-- org.springframework:spring-jms
provided
|-- org.apache.servicemix:servicemix-core
|-- org.apache.geronimo.modules:geronimo-connector
|-- org.apache.geronimo.modules:geronimo-transaction
|-- commons-logging:commons-logging
|-- org.apache.geronimo.specs:geronimo-javamail_1.3.1_spec
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec
|-- org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec
|-- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec
|-- mx4j:mx4j
|-- org.apache.geronimo.modules:geronimo-activation
|-- org.apache.activemq:activemq-core
|-- org.springframework:spring-context
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-dao
|-- org.springframework:spring-aop
test