<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-core-testsuite</artifactId>
<version>1.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blaze-persistence-core-testsuite', version='1.4.0')
)
<parent> <groupId>com.blazebit</groupId> <artifactId>blaze-persistence-core</artifactId> <version>1.4.0</version> </parent>
compile
|-- com.blazebit:blaze-persistence-core-api
|-- com.blazebit:blaze-common-utils
|-- junit:junit
|-- com.googlecode.catch-exception:catch-exception
|-- org.mockito:mockito-all:1.10.19
|-- com.sun.xml.bind:jaxb-core
|-- com.sun.xml.bind:jaxb-impl
|-- javax.annotation:javax.annotation-api
|-- javax.activation:activation
runtime