<dependency>
<groupId>org.daisy.pipeline</groupId>
<artifactId>framework-persistence</artifactId>
<version>2.0.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.daisy.pipeline', module='framework-persistence', version='2.0.0')
)
<parent> <groupId>org.daisy.pipeline</groupId> <artifactId>framework-parent</artifactId> <version>1.8</version> </parent>
compile
|-- org.eclipse.persistence:javax.persistence
|-- org.eclipse.persistence:org.eclipse.persistence.core
|-- org.daisy.pipeline:framework-core
|-- org.daisy.pipeline:common-utils
|-- org.daisy.pipeline:webservice-utils
test