<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
<version>2009.01</version>
<type>jbi-component</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-http', version='2009.01')
)
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>components-pom</artifactId> <version>3</version> </parent>
compile
|-- org.apache.servicemix:servicemix-shared:2009.01
|-- commons-logging:commons-logging
|-- commons-httpclient:commons-httpclient:3.0
|-- org.mortbay.jetty:jetty:6.1.14
|-- org.mortbay.jetty:jetty-management:6.1.14
|-- org.mortbay.jetty:jetty-client:6.1.14
|-- org.apache.geronimo.specs:geronimo-servlet_2.5_spec:1.1.2
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.servicemix:servicemix-common:2009.01
provided
|-- org.apache.servicemix.specs:org.apache.servicemix.specs.jbi-api-1.0
|-- org.apache.servicemix:servicemix-utils:1.1.0
|-- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.5
|-- org.apache.geronimo.modules:geronimo-activation:2.0.1
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- org.springframework:spring-beans
|-- org.springframework:spring-aop
|-- org.springframework:spring-context
|-- com.thoughtworks.xstream:xstream:1.3
test
|-- org.apache.servicemix:servicemix-core:3.3