<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-security-enterprise</artifactId>
<version>3.5.0-alpha02</version>
</dependency>
@Grapes(
@Grab(group='org.neo4j', module='neo4j-security-enterprise', version='3.5.0-alpha02')
)
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.5.0-alpha02</version> </parent>
compile
|-- org.neo4j:neo4j-enterprise-kernel
|-- org.neo4j:neo4j-auth-plugin-api
|-- org.apache.shiro:shiro-core
|-- com.github.ben-manes.caffeine:caffeine
|-- org.junit.jupiter:junit-jupiter-migrationsupport
|-- org.junit.jupiter:junit-jupiter-api
|-- org.apache.maven.surefire:surefire-logger-api
|-- commons-codec:commons-codec
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
test
|-- org.neo4j.community:it-test-support
|-- org.neo4j:neo4j-enterprise-kernel
|-- org.neo4j.community:bolt-it
|-- org.apache.directory.server:apacheds-server-integ
|-- org.apache.commons:commons-lang3
|-- org.eclipse.jetty.websocket:websocket-client