<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
<version>3.2.1</version>
<type>jbi-component</type>
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix', module='servicemix-http', 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
|-- commons-httpclient:commons-httpclient
|-- org.mortbay.jetty:jetty-management
|-- org.mortbay.jetty:jetty-client
|-- org.apache.geronimo.specs:geronimo-servlet_2.4_spec
|-- org.springframework:spring-remoting
provided
|-- org.apache.servicemix:servicemix-core
|-- commons-logging:commons-logging
|-- org.apache.geronimo.specs:geronimo-javamail_1.3.1_spec
|-- org.apache.geronimo.modules:geronimo-activation
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- org.springframework:spring-beans
|-- org.springframework:spring-aop
|-- xstream:xstream
test
|-- org.apache.servicemix:servicemix-components
|-- org.springframework:spring-jmx
|-- org.springframework:spring-dao
|-- log4j:log4j