<dependency>
<groupId>org.neo4j.community</groupId>
<artifactId>bolt-it</artifactId>
<version>5.10.0</version>
</dependency>
<parent> <groupId>org.neo4j</groupId> <artifactId>community-integration-tests</artifactId> <version>5.10.0</version> </parent>
compile
|-- org.neo4j:neo4j
|-- org.junit.jupiter:junit-jupiter
test
|-- org.neo4j.community:it-test-support
|-- org.eclipse.jetty:jetty-server