<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-resteasy</artifactId>
<version>2.0.0.Final</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.switchyard.components" % "switchyard-component-resteasy" % "2.0.0.Final"
@Grapes(
@Grab(group='org.switchyard.components', module='switchyard-component-resteasy', version='2.0.0.Final')
)
<dependency org="org.switchyard.components" name="switchyard-component-resteasy" rev="2.0.0.Final" />
<parent> <groupId>org.switchyard.components</groupId> <artifactId>switchyard-components-parent</artifactId> <version>2.0.0.Final</version> </parent>
compile
|-- org.switchyard:switchyard-api
|-- org.switchyard:switchyard-config
|-- org.switchyard:switchyard-common
|-- org.switchyard:switchyard-security
|-- org.switchyard:switchyard-security-jboss
|-- org.switchyard.components:switchyard-component-common
|-- io.netty:netty
|-- org.jboss.resteasy:jaxrs-api
|-- org.jboss.resteasy:resteasy-jaxrs
|-- org.jboss.resteasy:resteasy-jaxb-provider
|-- org.jboss.resteasy:resteasy-netty
|-- org.jboss.resteasy:resteasy-jdk-http
|-- org.apache.httpcomponents:httpclient
|-- org.apache.httpcomponents:httpcore
|-- org.codehaus.jackson:jackson-core-asl
|-- org.codehaus.jackson:jackson-mapper-asl
provided
|-- org.jboss.spec.javax.servlet:jboss-servlet-api_2.5_spec
|-- org.osgi:org.osgi.compendium
test
|-- org.switchyard.components:switchyard-component-test-mixin-http