<dependency>
<groupId>javax.cache</groupId>
<artifactId>implementation-tester</artifactId>
<version>0.9</version>
</dependency>
<parent> <groupId>javax.cache</groupId> <artifactId>tck-parent</artifactId> <version>0.9</version> </parent>
compile
|-- ${implementation-groupId}:${implementation-artifactId}
|-- ${annotation-harness-groupId}:${annotation-harness-artifactId}
test
|-- org.hamcrest:hamcrest-library:1.2
|-- org.slf4j:slf4j-log4j12:1.5.11