<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-lwcontainer</artifactId>
<version>3.2.2</version>
<type>jbi-component</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-lwcontainer', version='3.2.2')
)
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>serviceengines</artifactId> <version>3.2.2</version> </parent>
compile
|-- org.apache.servicemix:servicemix-shared
provided
|-- org.apache.servicemix:servicemix-core
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- commons-logging:commons-logging
test
|-- quartz:quartz