<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-security-enterprise</artifactId>
<version>3.1.9</version>
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-security-enterprise', version='3.1.9')
)
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.1.9</version> </parent>
compile
|-- org.neo4j:neo4j-enterprise-kernel
|-- org.neo4j:neo4j-auth-plugin-api
|-- org.apache.shiro:shiro-core:1.3.2
|-- com.github.ben-manes.caffeine:caffeine:2.3.3
|-- org.slf4j:slf4j-nop:1.7.22
test
|-- org.neo4j:neo4j-enterprise-kernel
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.apache.directory.server:apacheds-server-integ:2.0.0-M21
|-- org.apache.commons:commons-lang3
|-- org.eclipse.jetty.websocket:websocket-client