org.neo4j.kernel.GraphDatabaseQueryService No dependency satisfies interface
问题 I am just writing a simple program where I am uploading my GTFS files to Neo4j Spatial. I believe it's some configuration error or some problem with Neo4j-spatial libraries, which is why I am not uploading my code which is quite basic as specified here: I imported all the required libraries of neo4j: <dependency> <groupId>org.neo4j</groupId> <artifactId>neo4j</artifactId> <version>3.2.8</version> </dependency> <dependency> <artifactId>neo4j-spatial</artifactId> <groupId>org.neo4j</groupId>