<dependency>
<groupId>ai.grakn</groupId>
<artifactId>redis-mock</artifactId>
<version>0.1.4</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.guava:guava:19.0
|-- com.github.kstyrc:embedded-redis:0.6
|-- org.slf4j:slf4j-api:1.7.20
provided
|-- com.google.code.findbugs:annotations:3.0.1
test
|-- junit:junit:4.12