<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>calabash-adapter</artifactId>
<version>2.1.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline', module='calabash-adapter', version='2.1.0')
)
<parent> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.11.1</version> </parent>
compile
|-- org.daisy.libs:com.xmlcalabash
|-- org.daisy.pipeline:common-utils
|-- org.daisy.pipeline:framework-core
|-- org.daisy.pipeline:xpath-registry
|-- org.daisy.pipeline:xproc-api
provided
|-- org.osgi:org.osgi.compendium
runtime
|-- org.daisy.pipeline:modules-registry
|-- org.apache.httpcomponents:httpclient-osgi