<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-http</artifactId>
<version>0.7.0.Final</version>
</dependency>
libraryDependencies += "org.switchyard.components" % "switchyard-component-http" % "0.7.0.Final"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-http', version='0.7.0.Final')
)
<dependency org="org.switchyard.components" name="switchyard-component-http" rev="0.7.0.Final" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-components-parent</artifactId> <version>0.7.0.Final</version> </parent>
compile
|-- org.switchyard:switchyard-config
|-- org.switchyard:switchyard-common
|-- org.switchyard:switchyard-security-jboss
|-- org.switchyard.components:switchyard-component-common
|-- junit:junit
|-- org.apache.httpcomponents:httpclient
|-- org.jboss.com.sun.httpserver:httpserver
test
|-- org.switchyard.components:switchyard-component-test-mixin-http