<dependency>
<groupId>org.daisy.maven</groupId>
<artifactId>xproc-engine-calabash</artifactId>
<version>1.1.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.daisy.maven', module='xproc-engine-calabash', version='1.1.0')
)
<parent> <groupId>org.daisy.maven</groupId> <artifactId>xproc-maven-plugin-parent</artifactId> <version>1.1</version> </parent>
compile
|-- org.daisy.maven:xproc-engine-api:1.0.1
|-- org.daisy.libs:com.xmlcalabash
|-- com.google.guava:guava:14.0
|-- xml-resolver:xml-resolver:1.2
provided
|-- org.osgi:org.osgi.core:4.3.0
|-- org.osgi:org.osgi.compendium:4.3.0
test
|-- junit:junit:4.11