<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>infinispan-cachestore-sql</artifactId>
<version>2.5.7</version>
</dependency>
@Grapes(
@Grab(group='com.nimbusds', module='infinispan-cachestore-sql', version='2.5.7')
)
compile
|-- org.kohsuke.metainf-services:metainf-services
|-- org.infinispan:infinispan-core
|-- org.jooq:jooq
|-- com.nimbusds:infinispan-cachestore-common
|-- io.dropwizard.metrics:metrics-core:3.1.2
|-- io.dropwizard.metrics:metrics-healthchecks:3.1.2
|-- net.minidev:json-smart:1.3.1
|-- com.github.stephenc.jcip:jcip-annotations:1.0-1
|-- net.minidev:json-smart:2.2.1
test
|-- org.apache.logging.log4j:log4j-core
|-- net.minidev:json-smart:1.3.1
|-- mysql:mysql-connector-java:5.1.40
|-- org.postgresql:postgresql:9.4.1212
|-- junit:junit:4.12