<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-bean</artifactId>
<version>3.1.2</version>
<type>jbi-component</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-bean', version='3.1.2')
)
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>serviceengines</artifactId> <version>3.1.2</version> </parent>
compile
|-- org.apache.servicemix:servicemix-shared
|-- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:1.0
|-- commons-jexl:commons-jexl:1.1
provided
|-- org.apache.servicemix:servicemix-core
|-- commons-logging:commons-logging
test